Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-167.cs
index b86e49df66834680488a708983296fc0e9dd5e03..38ffaf187dd34aa4f3b1ffafe09817f4f0b9ecd2 100644 (file)
@@ -21,7 +21,7 @@ class X
                 A, B
         }
 
-        static int Main ()
+        public static int Main ()
         {
                 int v = Test (Foo.A);
                if (v != 0)