Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-377-lib.il « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2926ff29d1c3efc3e85c63a0e479224c7f6d1d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.assembly extern mscorlib {}

.assembly 'test-377-lib' {}

  .class interface public auto ansi abstract beforefieldinit Foo
  	extends [mscorlib]System.Object
  {
    // method line 2
    .method public virtual  abstract 
           instance default void foo (int32)  cil managed 
    {
        // Method begins at RVA 0x0
    } // end of method Foo::instance default void foo () 

  } // end of class Foo