94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
36 lines
692 B
Plaintext
36 lines
692 B
Plaintext
.assembly extern mscorlib {}
|
|
|
|
.assembly CA {}
|
|
|
|
.module CA.dll
|
|
|
|
.class public auto ansi beforefieldinit FooAttribute
|
|
extends [mscorlib]System.Attribute
|
|
{
|
|
.method public hidebysig specialname rtspecialname instance void .ctor ()
|
|
{
|
|
ldarg.0
|
|
call instance void [mscorlib]System.Attribute::.ctor ()
|
|
ret
|
|
}
|
|
}
|
|
|
|
.class interface public auto ansi abstract IFoo
|
|
{
|
|
}
|
|
|
|
.class public auto ansi beforefieldinit FooType
|
|
extends [mscorlib]System.Object
|
|
implements IFoo
|
|
{
|
|
.interfaceimpl type IFoo
|
|
.custom instance void FooAttribute::.ctor ()
|
|
|
|
.method public hidebysig specialname rtspecialname instance void .ctor ()
|
|
{
|
|
ldarg.0
|
|
call instance void [mscorlib]System.Object::.ctor ()
|
|
ret
|
|
}
|
|
}
|