Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-183.cs
index 6d81e446f4a758c06c3304eae8b598d5a5c3b053..7b28aa7d9b1041db65fc6c76cd440d9a0c9b18c2 100644 (file)
@@ -15,7 +15,7 @@ class Test
                return ++x;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                int x = 1;
                int y = 0;