[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-027.cs
index 4fdf4fd24c123350d196d29d67b279f04ebff61d..cb2650e682a23918074f4fbcfd1c1211240df382 100644 (file)
@@ -29,6 +29,6 @@ class X
                test.BaseFunc ();
        }
 
-       static void Main ()
+       public static void Main ()
        { }
 }