Merge pull request #3563 from lewurm/interpreter
[mono.git] / mcs / tests / test-704.cs
index e6e71099ac0b178adde0315a8234f3b50a6f669c..a45295e052b3d6e727df6677a4f06a10b86e3bf9 100644 (file)
@@ -20,7 +20,7 @@ namespace NObjective
                                Console.WriteLine (TypedReference.ToObject (iter.GetNextArg ()));
                }
 
-               static unsafe void Main (string[] args)
+               unsafe public static void Main (string[] args)
                {
                        ArglistMethod (__arglist (1, 2, 3));
                }