* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / cs1012.cs
1 // cs1012: Too many characters in character literal
2 // Line: 5
3
4 class x {
5         char x = 'xx';
6 }