2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / tests / test-21.il
blob5dfdd1cfba1fb827cb1b32b2fac99709abff2c62
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 {
14         .class public auto ansi Test_21 extends [corlib]System.Object {
16                .method public static void check( ) cil managed {
17                        .entrypoint
18                        ldsflda string [corlib]System.String::Empty
19                        
20                        call void [corlib]System.Console::WriteLine (string)
21                        
22                        ret
23                }
24                 
25         }