dlr bug
[mcs.git] / tests / test-377-lib.il
blob2926ff29d1c3efc3e85c63a0e479224c7f6d1d50
1 .assembly extern mscorlib {}
3 .assembly 'test-377-lib' {}
5   .class interface public auto ansi abstract beforefieldinit Foo
6         extends [mscorlib]System.Object
7   {
8     // method line 2
9     .method public virtual  abstract 
10            instance default void foo (int32)  cil managed 
11     {
12         // Method begins at RVA 0x0
13     } // end of method Foo::instance default void foo () 
15   } // end of class Foo