[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-533.cs
index e29e2f18736cac60645914975073b76a3a263211..6c85f26db7962a6f2465392499c14f14bc2f8c20 100644 (file)
@@ -5,7 +5,7 @@ class Test {
 
        static void True  (bool b) { False (!b); }
        static void False (bool b) { if (b) throw new System.Exception (); }
-       static void Main ()
+       public static void Main ()
        {
                True  (false == false);
                False (false == true);