[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / tests / gtest-333.cs
index e9f6455ad3e811f50e1e0a64c5725c220e3d89f8..df5d39544f578eae8c0f2c117c3257eadbe5a88d 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 public static class Program
 {
-       private static void Main ()
+       public static void Main ()
        {
                Exception ex1 = null ?? new Exception ();
                Exception ex2 = new Exception() ?? null;