[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-var-05.cs
index 8e048709cda6cb2c996a5b3641e2f59a3bb94e7e..7a68b10fa1792c94c273884d9fc45fcc821d4980 100644 (file)
@@ -17,7 +17,7 @@ public class MyClass : IDisposable
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                using (var v = new MyClass("foo"))
                        if (v.GetType() != typeof (MyClass))