[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-2.cs
index 0a18d50767b5f7ccb8249bbdb0b3a4be7bed8f25..3f2b00953161473793d12866e50f8e5dbedc1549 100644 (file)
@@ -1,5 +1,5 @@
 class X {
-       static int Main (string [] args)
+       public static int Main (string [] args)
        {
                System.Console.WriteLine ("Hello, World");
                return 0;