[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-498.cs
index 3a0a669f50bcb7e85e03b2d3f2f8722a06a25d9b..2615f61d83fe755579ca2c6dc8db079d3c39ab9e 100644 (file)
@@ -14,7 +14,7 @@ struct A
 
 struct C
 {
-       static int Main ()
+       public static int Main ()
        {
                MethodImplAttributes iflags = typeof (A).GetConstructors()[0].GetMethodImplementationFlags ();
                if ((iflags & MethodImplAttributes.InternalCall) == 0)