Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-442.cs
index 44968fe0de1f8ed9cff41b12be3546e6ff090d95..6074e70860f0ecb9424f0e46755aa9e4e3686761 100644 (file)
@@ -4,7 +4,7 @@ using System;
 
 namespace ConsoleApplication1 {
    class Program {
-       static unsafe void Main(string[] args) {
+       unsafe public static void Main(string[] args) {
            int[] i = new int[] { 10 };
            fixed (int* p = i) {
                int*[] q = new int*[] { p };