Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / tests / test-anon-48.cs
index 77acd9bd31e23c41a3d76477e72bfae499877dcf..dd639b196592f48751370a4ea09072be67ec17b1 100644 (file)
@@ -26,7 +26,7 @@ public class World
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                World world = new World ();
                world.Test (5);