[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-friend-05.cs
index 80f070a038008ee7766c54e335b4ef90890c8b49..ce6a1a648dff7e308b832b45f9e2527a940bdb74 100644 (file)
@@ -3,7 +3,7 @@ using System;
 
 public class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                FriendClass fc = new FriendClass ();