Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-371.cs
index ae7d46df6d6efb14a257a70ea501789bf34ba08a..052c5f352a8f1f118f90b2db01a0b4f0f4ca9d3b 100644 (file)
@@ -5,7 +5,7 @@ public class X
                hello = true;
        }
 
-       static void Main ()
+       public static void Main ()
        { }
 }