Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-207.cs
index 84128e59f106fb266cfcf9fb99ee92e01e5c81ce..3848d9542a90911e24b00a041045ac8133069eeb 100644 (file)
@@ -1,9 +1,11 @@
+// Note that this test actually checks if we compiled mscorlib.dll properly.
+
 class M {
   static void p (string x) {
     System.Console.WriteLine (x);
   }
 
-  static void Main () {
+  public static void Main () {
     string[] arr = new string[] { "a", "b", "c" };
     System.Array.ForEach (arr, p);
   }