Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-551.cs
1 namespace System {
2         public struct Int32 {
3                 public static void Main () {}
4         }
5 }