Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-130.cs
index 6403fbcdfbd8af22c8a1288125f8467c0abeb001..34936d62dc7ef4910e43398fd4d768852ca9ee0a 100644 (file)
@@ -22,7 +22,7 @@ class X {
 
        public const short s2 = (short) c;
        public IntPtr p = (IntPtr) null;
-       static int Main ()
+       public static int Main ()
        {
                return 0;
        }