Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-343.cs
index 794b941ffff2168e30f3948e09ee218f3b6910c1..77e96f8bbf800cc14f3f671e61470641cdcf2bd0 100644 (file)
@@ -5,5 +5,5 @@ class X {
        static void Concat (params string [] ss) {
                throw new Exception ("Overload resolution failed");
        }
-       static void Main () { Concat ("a", "b", "c"); }
+       public static void Main () { Concat ("a", "b", "c"); }
 }