[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-292.cs
index 0f0d0ed4148b682ad6167b079d23d4636d79c6d0..13dce4ed3fd5bf176906832dee04f82ab671e02f 100644 (file)
@@ -10,6 +10,6 @@ namespace Test
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }