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

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

using System;

class B
{
	public static int Main ()
	{
		if (C.Print ("x") != "x")
			return 1;

		return 0;
	}
}