Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-328.cs
index f0bc4c42924095b47f4ec0d4a721acbd935e6121..b9a27b299174486ff4fb0b1ac694cd6a672e77fb 100644 (file)
@@ -7,7 +7,7 @@ namespace A {
                using Y;
                class Tester {
                        internal static Z z = Z.x;
-                       static void Main() { }
+                       public static void Main() { }
                }
        }
 }