Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / gtest-112.cs
index 47ebf9ebeef4451d4b0baa4bc32260b76e7f1452..afe6808a8a6ec35fab6134c4a745ba444a2f98c9 100644 (file)
@@ -57,7 +57,7 @@ public class Sorting
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                List<Foo<int>> list = new List<Foo<int>> ();
                Foo<int> foo = new Foo<int> (3);