Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-559.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e328f286241d60271839681e96e57ca69a37d150 (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -r:test-559-lib.dll

class C : B
{
	public override event TestDelegate TestEvent;
	
	public static void Main ()
	{
	}
}