2008-08-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / tests / gtest-278.cs
blob6097b11f5b0f080b74c8ed560b6cf67b173e1151
1 // Compiler options: -r:gtest-278-3-lib.dll
3 using System;
5 class B
7 public static int Main ()
10 if (C.Print () != "C")
11 return 1;
12 return 0;