[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-164.cs
index 24b4ec924e9be5fb48148175d67f5997f4fe938f..9f08f01d10612eab98372fbcd343f12dcd934857 100644 (file)
@@ -32,7 +32,7 @@ class Y : X
                return foo ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Y y = new Y ();
                int result = y.Hello ();