Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-151.cs
index b14f73fc584c172042c61bca06f1e7a8b25fb833..247b330c224aa7d13378e204abce2c6cd85d31cb 100644 (file)
@@ -6,7 +6,7 @@ class Test<T> where T: struct{
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                new Test<bool> ();
                return 0;