flush
[mcs.git] / ilasm / tests / test-no-body.il
blob4a37fe3410d845b4a764f52b43724fd4881b27df
1 //Test for method with no body. ilasm emits 'ret'
3 .assembly Test
7 .namespace MonoTest
9         .class private auto autochar beforefieldinit ConsoleApp
10                 extends [mscorlib]System.Object
11                 {
12                         .method assembly hidebysig static void Test() cil managed
13                         {
14                                 // Code size       74 (0x4a)
15                                 .maxstack  2
16                         }
17                 }