[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-243.cs
index b8c9e9a826c8de1427b2f38cc22a553679df1db0..d2731a9791d6149913c3736186b27f8ba05b07b1 100644 (file)
@@ -14,7 +14,7 @@ public class X {
                return Address;
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Resolve (Address);
        }