10 lines
140 B
C#
Raw Normal View History

// Compiler options: -r:test-559-lib.dll
class C : B
{
public override event TestDelegate TestEvent;
public static void Main ()
{
}
}