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

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

using N;

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