Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-exmethod-45-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'gtest-exmethod-45-lib'
6 {
7   .hash algorithm 0x00008004
8 }
9
10 .module 'gtest-exmethod-45-lib.dll'
11
12 .class public abstract auto F
13 {
14   .custom instance void class [mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::'.ctor'() =  (01 00 00 00 )  
15
16   .method public hidebysig specialname rtspecialname 
17           instance void  .ctor() cil managed
18   {
19     ldarg.0
20     call       instance void [mscorlib]System.Object::.ctor()
21     ret
22   }
23
24   .method public hidebysig static void TestExt(string s) cil managed
25   {
26     .custom instance void class [mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::'.ctor'() =  (01 00 00 00 )  
27     
28     ret
29   }
30 }