Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-401.cs
index 7293b24e93d3dad7cd239f7289e69a16035202fa..bf237ea3cabe09567b1a98ebefb3432863dcfb58 100644 (file)
@@ -6,7 +6,7 @@
 //
 using System;
 unsafe class X {
-       static int Main ()
+       public static int Main ()
        {
                char *ptr = stackalloc char [10];
                char *cptr = ptr;