Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-278.cs
1 // Compiler options: -r:gtest-278-3-lib.dll
2
3 using System;
4
5 class Program
6 {
7         public static int Main ()
8         {
9                 return B.Test ();
10         }
11 }