In .:
[mono.git] / mcs / ilasm / tests / test-17.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_17 extends [corlib]System.Object {
14
15                .method public static void check( ) cil managed {
16                        br IL_TRUE
17                        
18                        IL_LABEL: nop
19                        IL_FALSE: nop
20                        IL_TRUE: nop
21                         
22                         ret
23                 }
24                 
25         }
26
27 }