[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-788.cs
index f3df83c242bb1c6104f53781956894915eff2866..a5d2cd10e604a6c17eb27946a1e5cb812c43b3c0 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                B b = new B ();
                if (b.Message != "OK")