2006-02-16 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / ilasm / tests / test-18.il
1 //
2 // Mono.ILASM.Tests
3 //
4 // Author(s):
5 //  Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
9 .assembly extern corlib { }
10
11 .namespace Mono.ILASM.Tests {
12
13         .class public auto ansi Test_18 extends [corlib]System.Object {
14
15                .method public static void check( ) cil managed {
16
17                        switch (label1, label2, label3)
18                        label1:
19                                 nop
20                        label2:
21                                 nop
22                        label3:
23                                 nop
24                         
25                         ret
26                 }
27                 
28         }
29
30 }