[runtime] Avoid indirection when building MonoContext on darwin
[mono.git] / mcs / errors / CS0012-15-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'CS0012-lib-missing'
6 {
7 }
8
9 .assembly 'CS0012-15-lib'
10 {
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
13 }
14
15 .module 'CS0012-15-lib.dll'
16
17 .class public auto ansi beforefieldinit B
18        extends [mscorlib]System.Object
19 {
20   .method public hidebysig static void  Foo<(['CS0012-lib-missing']AA) T>(!!T t) cil managed
21   {
22     ret
23   }
24
25   .method public hidebysig specialname rtspecialname 
26           instance void  .ctor() cil managed
27   {
28     ret
29   }
30
31 }