Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / tests / test-851-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'test-851-lib'
6 {
7   .hash algorithm 0x00008004
8 }
9
10 .module 'test-851-lib.dll'
11
12 .class interface public auto ansi abstract I
13 {
14   .field  public static initonly  int32 'value'
15
16   .method public static specialname rtspecialname 
17            default void '.cctor' ()  cil managed 
18   {
19     ret
20   }
21
22   .method public static specialname 
23            default void '__<clinit>' ()  cil managed noinlining 
24   {
25     ret 
26   }
27
28   .class nested public auto ansi abstract sealed __Fields
29     extends [mscorlib]System.Object
30   {
31   }
32 }