[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[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 }