[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-35.cs
index d9bc1d8338e92bf0e57d25bd53587e9ea35e0cef..c6ed09797de6717ee5ce3947645b1ad48d470ae0 100644 (file)
@@ -18,7 +18,7 @@ class X {
                System.Console.WriteLine (" " + x);
        }
        
-       static int Main ()
+       public static int Main ()
        {
                int ok = 0, error = 0;