Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-344.cs
index 82c015c0ce9f25772414a1e7839de3a723673186..320c85f608c9a74dcd05b521a2e74ccb78976218 100644 (file)
@@ -4,7 +4,7 @@ delegate void Y ();
 
 class X {
        public event Y y;
-       static void Main (string [] args)
+       public static void Main (string [] args)
        {
                X x = new X ();
                x.Foo ();