Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / gtest-018.cs
index 92f38ce86cf00b08f94d4be4505a08808493e9ed..7a9ae513a58c951cfc535752991e820f41578cb7 100644 (file)
@@ -14,7 +14,7 @@ public class X
                stack.Hello<string> ("Hello World");
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Stack stack = new Stack ();
                Foo (stack);