**** Merged from MCS ****
[mono-project.git] / mcs / ilasm / tests / test-1.il
blobd1503a104795485863494625ec3c1c1b06b9f40c
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 mscorlib { }
12 // Declare a namespace, a class, and a method
15 .namespace Mono.ILASM.Tests {
17         .class public auto ansi Test_1 extends [mscorlib]System.Object {
19                 .method public static void check(string) cil managed {
20                         .entrypoint
21                         .maxstack 1     
23                         nop                     
24                 }               
25         }