Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-646.cs
index b86ecee23428cf68175632b5e30ccdbc394130f0..e3df3fd59c38187a80b5a24c8835cb5b6953d6f8 100644 (file)
@@ -14,7 +14,7 @@ class Program
                return (uint) ptr;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                if (IntPtr.Size < 8) {
                        if (CastUIntPtrToInt64 (new UIntPtr (uint.MaxValue)) != uint.MaxValue)