Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-451.cs
1 // Compiler options: -r:gtest-451-lib.dll
2
3 public class Test
4 {
5         public static int Main ()
6         {
7                 var a = new A<int>.N1 ();
8                 return a.Value.Foo ();
9         }
10 }