Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-377-lib.il
1 .assembly extern mscorlib {}
2
3 .assembly 'test-377-lib' {}
4
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 () 
14
15   } // end of class Foo
16
17