Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / test-406.cs
index f2aa9c4a43f15b31956a4e0869bd35f3e4ffd767..31a7b10feeee3fad5ac6aecad2013bc602126608 100644 (file)
@@ -7,7 +7,7 @@
 using System;
 namespace TestCase {
        public unsafe class Test {
-               static int Main(string[] args) {
+               public static int Main(string[] args) {
                        uint[] uArr = {0, 200};
                        uint[] uArr2 = {0, 200};