[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-anon-13.cs
index e90e976b4768e0d4416616c4e886380c76eb862d..2c24abb8421e762039078b6db90069e19956476e 100644 (file)
@@ -3,7 +3,7 @@ using System;
 delegate void D ();
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                X x = new X (1);
                X y = new X (100);