2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / errors / err-native.il
blobe3b23d42f15b10e7adfbdefc07a04d2e6456b2d9
1 //Test for unmanaged method. Should not compile
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() unmanaged
13                         {
14                                 // Code size       74 (0x4a)
15                                 .maxstack  2
16                         }
17                 }