Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-anon-30.cs
index 7cb601d7599c3f28ed078e9c7ae6f89b2d3db0b7..0c83462d519953b7ea0a706a18ec4eb8cb2ce64d 100644 (file)
@@ -6,7 +6,7 @@ static class Program {
        delegate void D (X o);
        static event D E;
        
-       static void Main()
+       public static void Main()
        {
                bool running = true;