Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-488.cs
index 62794ff50b836ac6fffe5d5a06b2a1b225ca2f73..b0d59895a25f9624c6a35f5ab8b7a2624939a911 100644 (file)
@@ -12,7 +12,7 @@ struct Q {
 class Test {
        static IEnumerable foo () { return null; }
 
-       static void Main ()
+       public static void Main ()
        {
                IEnumerable f = foo ();
                if (f != null)