Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[mono.git] / mcs / tests / test-621.cs
index af24ecc011b2d11a4b827d73096cc0e8168e606f..ec58418c56bc86f3b7b3e83565aa54cbb894d3af 100644 (file)
@@ -20,7 +20,7 @@ struct A {
 }
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                A a = new A ();