Merge pull request #4185 from BrzVlad/fix-arm64-finally-abort
[mono.git] / mcs / tests / gtest-088.cs
index c95c6b50dbbe9831cbf67d45244bcef76e3b3504..94eaa875c5aaff4af8247d18bdb9f53b5eeb1234 100644 (file)
@@ -11,7 +11,7 @@ public struct KeyValuePair<K,V>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                new KeyValuePair<int,long> ();
        }