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

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

public class Test
{
	public static void Main ()
	{
		new C<short> ();
	}
}