Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / gtest-469.cs
index 11f9c5ccd139dac43596c5236c21843ce360e7a2..d7b293e75d5aa79e04f5354cdc3d8905686b72f4 100644 (file)
@@ -11,7 +11,7 @@ class Foo<T1, T2> where T2 : I<I<T1>>
 
 class Bar : I<I<string>>
 {
-       static int Main ()
+       public static int Main ()
        {
                var foo = new Foo<string, Bar> (new Bar ());
                return 0;