[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-anon-07.cs
index 0dcd92fb3bc3b89c2ebc03a696f974e0caa72634..5c08e5e4726f423af4e69f9774f01cdb9bd52714 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void D ();
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                int a = 0;
                D d1 = delegate {