Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-270.cs
index 83de9898a169683768c5e2b9d15280a2249de120..ccc46c45597b31fe95708ac0824fc2db5ba56038 100644 (file)
@@ -12,7 +12,7 @@ class X
                return 2;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                if (Test ("Hello", 1, 2, "World") != 1)
                        return 1;