Merge pull request #5714 from alexischr/update_bockbuild
[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 }