Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / test-477.cs
1 // Compiler options: -warnaserror
2
3 class C
4 {
5         [System.Diagnostics.Conditional("DEBUG")]
6         public void Test (ref int i) {}
7
8         public static void Main () {}
9 }