Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-408.cs
index 141e994a634b40ca380490f5e81ed4b38c3182d0..a1649cfd237c31f6b63713d062e349b7f5bedc1e 100644 (file)
@@ -1,7 +1,7 @@
 // Compiler options: -unsafe
 
 unsafe class T {
-       static int Main () {
+       public static int Main () {
                int len = 10;
                int* x = stackalloc int [len];
                for (int i = 0; i < len; i++)