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

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

class Test
{
	public static int Main ()
	{
		new B ().Foo ();
		return 0;
	}
}