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

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

using System;

using Library;

class Program {

	public static void Main ()
	{
		var foo = new Foo ();
		foo.Bar ();
	}
}