[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-505.cs
index b6fc7444e781a81c9c6f810ec9146396e7fe0ec6..0ce8deccba553eeaa293271146ef39cdd75d9c2a 100644 (file)
@@ -7,7 +7,7 @@ class T {
                        throw new System.Exception ("...");
                }
        }
-       static void Main ()
+       public static void Main ()
        {
                try {
                        i = f ();