8 lines
91 B
C#
Raw Normal View History

// Compiler options: -r:test-752-lib.dll
class M : B
{
public static void Main ()
{
}
}