Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-244.cs
index 401b4af1f308280f8946316756ceab16cf71a88b..c4838dfe43506cd4659935e4d9e34b0c1f7a889a 100644 (file)
@@ -3,7 +3,7 @@ using System;
 class Foo {
        static int t_count = 0, f_count = 0;
 
-       static int Main ()
+       public static int Main ()
        {
                Console.WriteLine (t && f);
                if (t_count != 1)