Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-138.cs
index 1581d2f99ec9aec9932132b2893cd0bd4d73bafe..d44aa35387c3ccf19ee19a87770cfaa35576328c 100644 (file)
@@ -1,6 +1,6 @@
 // ensure the argument to newarr is converted to int32 or native int
 class T {
-       static int Main() {
+       public static int Main() {
                char[] a;
                long len = 10;
                a = new char [len];