Files
linux-packaging-mono/mcs/tests/test-559.cs

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 ()
{
}
}