Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-164.cs
index 24b4ec924e9be5fb48148175d67f5997f4fe938f..9f08f01d10612eab98372fbcd343f12dcd934857 100644 (file)
@@ -32,7 +32,7 @@ class Y : X
                return foo ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Y y = new Y ();
                int result = y.Hello ();