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

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

class M : B
{
	public static void Main ()
	{
	}
}