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

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

.class public auto ansi beforefieldinit Foo {

    .method famorassem virtual  newslot 
           instance default object clone ()  cil managed
	{
		.maxstack 8
		ldarg.0
		ret
	}
}

.class public auto ansi Bar extends Foo {

    .method public virtual 
           instance default object clone ()  cil managed
	{
		.maxstack 8
		ldarg.0
		ret
	}
}