[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / CS0012-lib.il
blob8eb8bce2f2a49785e885c8bda444dc5f524196ac
1 .assembly extern mscorlib
5 .assembly extern 'CS0012-lib-missing'
9 .assembly 'CS0012-lib'
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
15 .module 'CS0012-lib.dll'
17 .class public auto ansi beforefieldinit B
18        extends [mscorlib]System.Object
20   .method public hidebysig instance class ['CS0012-lib-missing']A1 
21           Test() cil managed
22   {
23     .locals init (class ['CS0012-lib-missing']A1 V_0)
24     IL_0000:  nop
25     IL_0001:  ldnull
26     IL_0002:  stloc.0
27     IL_0003:  br.s       IL_0005
29     IL_0005:  ldloc.0
30     IL_0006:  ret
31   }
33   .method public hidebysig specialname rtspecialname 
34           instance void  .ctor() cil managed
35   {
36     .maxstack  8
37     IL_0000:  ldarg.0
38     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
39     IL_0006:  ret
40   }