Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-505.cs
index b6fc7444e781a81c9c6f810ec9146396e7fe0ec6..0ce8deccba553eeaa293271146ef39cdd75d9c2a 100644 (file)
@@ -7,7 +7,7 @@ class T {
                        throw new System.Exception ("...");
                }
        }
-       static void Main ()
+       public static void Main ()
        {
                try {
                        i = f ();