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

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

class C
{
	public static int Main ()
	{
		new A.C<int> ();
		new B.C<byte> ();
		return 0;
	}
}