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

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

class A : D
{
}

//class A2 : C
//{
//}

class Test
{
	public static void Main ()
	{
		new A ();
	}
}