* SolutionParser.cs (Insert): Show project name in case of a cyclic
[mcs.git] / ilasm / errors / err-runtime.il
blob9c492c992e19380a0bda112a58ed3275c410a04c
1 //Test for runtime method with a body
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() runtime
13                         {
14                                 // Code size       74 (0x4a)
15                                 .maxstack  2
16                                         ret
17                         }
18                 }