2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-447.cs
blob5dd3db74d537d2a243a08d9031d0ccff9b939f2e
1 // Compiler options: -r:gtest-447-2-lib.dll -r:gtest-447-3-lib.dll
3 using System;
5 class B
7 public static int Main ()
9 if (C.Print ("x") != "x")
10 return 1;
12 return 0;