[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-384.cs
index 59fb697812dd0a47c9467f5832e8d560c5790964..9a7c0e9c36d51ba5921b93ac966422f3e78b3aff 100644 (file)
@@ -16,7 +16,7 @@ class X
                Foo = 20;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                Test ();
                if (Foo != 20)