Files
linux-packaging-mono/mcs/ilasm/tests/abs_method5.il

14 lines
172 B
Plaintext
Raw Normal View History

//Abstract class,
//instance method with body
.class public abstract Test
{
.method public newslot object Foo ()
{
ldnull
ret
}
}