Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-426.cs
index 40d7acea3213bdd91fa4385770289b7483e91062..db74ddb25018817db39809437c813cc01c13cdd8 100644 (file)
@@ -1,7 +1,7 @@
 using foo = System;
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                foo::Console.WriteLine ("hello");
        }