Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / test-374.cs
index e95a4e713b6860c3f0930a3195b37039f21384c4..f4dfc85b82c17d83709c94e62867d90e44b44ceb 100644 (file)
@@ -6,5 +6,5 @@ internal class Rest
 {
        protected const int foo = Test.foo;
 
-       static void Main () {}
+       public static void Main () {}
 }