Merge pull request #5560 from kumpera/wasm-work-p3
[mono.git] / mcs / tests / test-371.cs
index ae7d46df6d6efb14a257a70ea501789bf34ba08a..052c5f352a8f1f118f90b2db01a0b4f0f4ca9d3b 100644 (file)
@@ -5,7 +5,7 @@ public class X
                hello = true;
        }
 
-       static void Main ()
+       public static void Main ()
        { }
 }