Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-380.cs
index 1122b48f2d828fce6aa8d131b82b5565faded6f2..23c34d049abd8916ab02584d263b831c9f275452 100644 (file)
@@ -1,7 +1,7 @@
 // Compiler options: -unsafe
 
 class T {
-        static unsafe int Main () {
+        static unsafe public int Main () {
                 int *a = null;
                 int **b = &a;
                 if (*b == null)