[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-326.cs
index 5bb9a0f525d58976199605ec2a303509f2386dad..31220ac9856c857fd4652749fa71e5470b7f316d 100644 (file)
@@ -6,7 +6,7 @@ public delegate double Mapper (int item);
 
 class X
 {
-        static int Main ()
+        public static int Main ()
         {
                 Mapper mapper = new Mapper (delegate (int i){
                        return i * 12; });