[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-805-lib.il
blob768284cfc9f67433e44b249ab34220e062fe9066
1 .assembly extern mscorlib
5 .assembly extern 'test-805'
7   .ver 0:0:0:0
10 .assembly 'test-805-lib'
12   .hash algorithm 0x00008004
13   .ver 0:0:0:0
16 .module 'test-805-lib.dll'
18 .class public auto ansi beforefieldinit A
19        extends ['test-805']C
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   }
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   }