Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-782.cs
1 // Compiler options: -codepage:utf8
2
3 // Tokenizer test
4
5 class Test {
6
7         public int Ändern;
8
9         public static void Main()
10         {
11                 string s =  "(" + 1;  // This line contains IDEOGRAPHIC SPACE
12         }
13 }