[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / tests / test-805-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'test-805'
6 {
7   .ver 0:0:0:0
8 }
9
10 .assembly 'test-805-lib'
11 {
12   .hash algorithm 0x00008004
13   .ver 0:0:0:0
14 }
15
16 .module 'test-805-lib.dll'
17
18 .class public auto ansi beforefieldinit A
19        extends ['test-805']C
20 {
21   .method public hidebysig instance class ['test-805']B 
22           Test() cil managed
23   {
24     .locals init (class ['test-805']B V_0)
25     IL_0000:  newobj      instance void ['test-805']B::.ctor()
26     IL_0005:  ret
27   }
28   
29   .method public hidebysig instance void
30           Test2(class ['test-805']G`1<float64> arg) cil managed
31   {
32     ret
33   }
34
35   .method public hidebysig specialname rtspecialname 
36           instance void  .ctor() cil managed
37   {
38     IL_0000:  ldarg.0
39     IL_0001:  call       instance void ['test-805']C::.ctor()
40     IL_0006:  ret
41   }
42
43 }