Merge pull request #4185 from BrzVlad/fix-arm64-finally-abort
[mono.git] / mcs / tests / test-anon-24.cs
index 8b7169478281189cc5257b3424869c0fc903c83d..e9957f19a7ff42f2a9964cca35c36cd3a3ad137a 100644 (file)
@@ -4,7 +4,7 @@ delegate int D ();
 
 class X {
 
-       static void Main ()
+       public static void Main ()
        {
                D x = T (1);