[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / gtest-431.cs
blob2f3ee03ac95ec75174288aab82392d7834d2ea1e
1 // Compiler options: -r:gtest-431-lib-1.dll -r:gtest-431-lib-2.dll -noconfig
3 using System;
5 using Library;
7 class Program {
9 public static void Main ()
11 var foo = new Foo ();
12 foo.Bar ();