Merge pull request #4935 from lambdageek/dev-handles-may
[mono.git] / mcs / tests / test-112.cs
index c1c285479916c7aad2735ef676927f680f8a3a07..552cc0a6901347f36fced13b5ee4c17837695ce4 100644 (file)
@@ -10,7 +10,7 @@ class X {
                return x;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                if (g () [1] == 10)
                                return 0;