[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-18.cs
index eb2a02c003327bea4500efd4d29c4b73d3847c00..97c25bfca23e7a6c372ff7ce8889dc0f3e0e002a 100644 (file)
@@ -32,7 +32,7 @@ class X {
                }
        }
        
-       static int Main ()
+       public static int Main ()
        {
                m ();
                if (i != 1)