Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-36.cs
index c436c318e776c1fd207e7854a5d78b96fac5428b..dc6fafe434623ae22c6e0fd9837902b10531acc4 100644 (file)
@@ -18,7 +18,7 @@ struct X {
 class Y {
        static X x;
 
-       static int Main ()
+       public static int Main ()
        {
                int total = 0;
                x = new X ();