a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
14 lines
192 B
C#
14 lines
192 B
C#
// Compiler options: -codepage:utf8
|
||
|
||
// Tokenizer test
|
||
|
||
class Test {
|
||
|
||
public int Ändern;
|
||
|
||
public static void Main()
|
||
{
|
||
string s = "(" + 1; // This line contains IDEOGRAPHIC SPACE
|
||
}
|
||
}
|