[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-91.cs
index 3414d1985346958bdb63a46b73ed9facce939e22..344efd5145c78b2968cad855c61ce4057a8eae11 100644 (file)
@@ -20,7 +20,7 @@ class Test {
        static public void MyPublic () { }
        static void MyPrivate () {}
              
-       static int Main ()
+       public static int Main ()
        {
                Type myself = typeof (Test);
                BindingFlags bf = BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Public;