[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / 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                 }