Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-anon-03.cs
index c6f4032579b098d1c8043c50a9e2bda1dbc8baff..5be25e62212cee438e764f460d2e9bef08aa8c9d 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void S ();
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                int a = 1;
                S b = delegate {