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

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

class X
{
	public static void Main ()
	{
	}

	static void RealTest ()
	{
		A.Foo ();
		new B ();
	}
}