Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-283.cs
index f4b0bc8d06f476ab4ee56e52b36ae4ce42f466ac..7d7a1faa211436888672654fd6e53063ef909553 100644 (file)
@@ -21,7 +21,7 @@ class Y : X {
                return 0;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                if (new Y ().GetIt () () == 1 && new Y ().GetIt2 () () == 1) {
                        System.Console.WriteLine ("good");