Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-debug-01.cs
1 class C
2 {
3         public static void Main ()
4         {
5         }
6 }