Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-427.cs
1 class X {
2         public static void Main ()
3         {
4                 global::System.Console.WriteLine ("hello");
5         }
6 }