[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-friend-04.cs
index c53619622c5f3ef314e4d7483273f803588b7426..4cd3673faf5e28f1c74ba58eda22059848ab8609 100644 (file)
@@ -3,7 +3,7 @@ using System;
 
 public class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                // We should be able to access them
                new InternalFriendClass ();