Bump API snapshot submodule
[mono.git] / mcs / tests / test-anon-04.cs
index 50985f4fb2bee92ed3d2a906c97000cda74f93fc..7cbec62f14f6b9da0e5f2595c9fe66e6cc3c4a3c 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 {