Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mcs / ilasm / tests / custom-attrs-01.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'custom-attrs-01'
6 {
7 }
8
9 .class interface public abstract auto ansi I1
10 {
11   .custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
12            = {bytearray(55 05)}
13   .method public hidebysig newslot specialname abstract virtual 
14           instance int32  get_A(int32 x) cil managed
15   {
16   }
17 }
18
19 .class interface public abstract auto ansi I2
20 {
21   .custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
22            = {string('B')}
23   .method public hidebysig newslot specialname abstract virtual 
24           instance int32  get_B(int32 x) cil managed
25   {
26   }
27 }