Merge pull request #4931 from kumpera/com-interop-fix
[mono.git] / mcs / tests / test-691.cs
index 8366b3267c4558157c35b75aeb332531ade9999a..4fafcf7e531b6472e9c27cc4f66bd0740e8e1163 100644 (file)
@@ -10,7 +10,7 @@ namespace ConsoleApplication6
                static int* the_ptr = (int*) 0xdeadbeaf;
                static int** the_pptr = (int**) 0xdeadbeaf;
 
-               static void Main ()
+               public static void Main ()
                {
                        Console.WriteLine ("TEST: {0:x}", new IntPtr (the_pptr).ToInt64 ());