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

12 lines
163 B
Plaintext
Raw Normal View History

//Abstract class,
//static method with no body
.class public abstract Test
{
.method public static newslot object Foo ()
{
}
}