2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / tests / test-28.il
blob7a5ce413ab20a14cb8ddf122c711e6b299bb0157
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 //
10         
11 .class public Test {
13        .custom instance void [mscorlib]System.CLSCompliantAttribute::.ctor(bool) = ( 01 00 01 00 00 )
15        .method public static int32 main () {
16                .custom instance void [mscorlib]System.CLSCompliantAttribute::.ctor(bool) = ( 01 00 01 00 00 )
17                 
18                .entrypoint
19                .maxstack               20
21                 nop
22        }
23