Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-277.cs
index dbfb9d209aef927161180abf23eb3e9ed2cd5914..d667177431ae804117ccee64435fb62732ffb159 100644 (file)
@@ -42,6 +42,6 @@ public interface IAVLNode<K, C> : IBSTNode<K, C>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }