Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[mono.git] / mcs / tests / test-624.cs
index 47846f7c4c95b84901fd1656c30c645f9f41ee79..1b201225326eefd91520a37f3d0363cea7977ea3 100644 (file)
@@ -12,7 +12,7 @@ class X {
                }
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Type t = (Type) null;
        }