[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-176.cs
index de83474486ecb3068792a93929e80de7125249c6..454b65c3378b153fa2f3d5a3ff1a3a14fb4bdef0 100644 (file)
@@ -6,7 +6,7 @@ using System;
 class X {
        const byte b = 0x0f;
        
-       static int Main ()
+       public static int Main ()
        {
                int x = ~b;
                byte bb = 0xf;