2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / errors / err-internalcall.il
blobc0ec127d5d59f0c63485a73e83ec40d6810e96ef
1 //Test for internalcall 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() internalcall
13                         {
14                                 // Code size       74 (0x4a)
15                                 .maxstack  2
16                                 ret
17                         }
18                 }