linux-packaging-mono/mcs/tests/test-846-lib.il
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

49 lines
902 B
Plaintext

.assembly extern mscorlib
{
}
.assembly 'test-846-lib'
{
.hash algorithm 0x00008004
}
.module 'test-846-lib.dll'
.class private auto ansi beforefieldinit A
extends [mscorlib]System.Object
{
.method public hidebysig newslot virtual
instance void Foo() cil managed
{
newobj instance void [mscorlib]System.ApplicationException::.ctor()
throw
}
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
ldarg.0
call instance void [mscorlib]System.Object::.ctor()
ret
}
}
.class public auto ansi beforefieldinit B
extends A
{
.method public hidebysig virtual instance void
Foo() cil managed
{
ret
}
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
ldarg.0
call instance void A::.ctor()
ret
}
}