[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / gtest-451.cs
blobd993911281478c194ab57921e97eebc7b8af8d31
1 // Compiler options: -r:gtest-451-lib.dll
3 public class Test
5 public static int Main ()
7 var a = new A<int>.N1 ();
8 return a.Value.Foo ();