Add System.Security.dll to orbis profile
[mono.git] / mcs / ilasm / errors / err-runtime.il
1 //Test for runtime method with a body
2
3 .assembly Test
4 {
5 }
6
7 .namespace MonoTest
8 {
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                 }
19 }