Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / gtest-iter-20.cs
index 152af06cf967b2b01488916ec36168a9fc35f1ea..4b6b63db5b997d8aee37e8fd72447e391359e6b6 100644 (file)
@@ -3,7 +3,7 @@ using System.Collections;
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                foreach (var i in GetAll ()) {
                }