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