Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-339.cs
index 1055cf4250c90fc6f654a9aa2beff599b6057a66..f8e44c319491e7bdeab5e4681c7c6424669187d6 100644 (file)
@@ -10,7 +10,7 @@ public class C
 {
        public static int[] field = new int [] { 66 };
 
-       static int Main()
+       public static int Main()
        {
                unsafe {
                        SS* ss = stackalloc SS [10];