tag a couple of obsolete members
[mcs.git] / ilasm / tests / test-18.il
blob7c3d484a883ba3e15b5602a3d16db62e7183c5c5
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 { }
11 .namespace Mono.ILASM.Tests {
13         .class public auto ansi Test_18 extends [corlib]System.Object {
15                .method public static void check( ) cil managed {
17                        switch (label1, label2, label3)
18                        label1:
19                                 nop
20                        label2:
21                                 nop
22                        label3:
23                                 nop
24                         
25                         ret
26                 }
27                 
28         }