[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-292.cs
index c67fec01e2955a5df322b69014016d1db8c29180..34bd458024bb951ea574fd615fec67572eaafb32 100644 (file)
@@ -3,7 +3,7 @@
 
 unsafe class X {
        static int x = 0;
-       static void Main () {
+       public static void Main () {
                fixed (void* p = &x) {}
                fixed (void* p = &x) {}
        }