[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-256.cs
index a2f17d62df3ba1daa6400e3d71376829a623a62d..4676674576a217c299024df6f70359e399e1e1ce 100644 (file)
@@ -14,7 +14,7 @@ public class Test
                yield return "TEST2";
        }
 
-       static void Main ()
+       public static void Main ()
        {
                new Test ().Run ();
        }