MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / lexer23465.d
blob526b7704c88afa2ecc3d3d840dab1edb13f8e591
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/lexer23465.d(19): Error: char 0x1f37a not allowed in identifier
5 fail_compilation/lexer23465.d(19): Error: character 0x1f37a is not a valid token
6 fail_compilation/lexer23465.d(20): Error: character '\' is not a valid token
7 fail_compilation/lexer23465.d(21): Error: unterminated /+ +/ comment
8 fail_compilation/lexer23465.d(22): Error: found `End of File` instead of array initializer
9 fail_compilation/lexer23465.d(22): Error: semicolon needed to end declaration of `arr`, instead of `End of File`
10 fail_compilation/lexer23465.d(17): `arr` declared here
11 ---
14 // https://issues.dlang.org/show_bug.cgi?id=23465
15 // Invalid token error points to wrong line
17 int[] arr = [
19 x🍺,
20 3\,
21 5, /+