Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-var-03.cs
index e63fc09636d16ca8eeddf3916d9a79868f2fdd5f..7df159597406e4ae2480b059d87b0a6b73323d58 100644 (file)
@@ -5,7 +5,7 @@ using System.Collections;
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                string [] strings = new string [] { "Foo", "Bar", "Baz" };
                foreach (var item in strings)