Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-iter-03.cs
index 342c03fa4bc5cf8c3e393adfeb6b4897214ae246..7f2e747b1fca7a73699ee8a551edc8466424c36a 100644 (file)
@@ -19,7 +19,7 @@ class X {
                        yield return a;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                int total = 0;
                foreach (int i in GetIt (new int [] { 1, 2, 3})){