MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice17074.d
blob84c4d8533e2e1e1344a053017e6b6a0c9c482426
1 /*
2 */
3 extern(C++, std.__overloadset) void ice_std_keyword();
5 /*
6 TEST_OUTPUT:
7 ---
8 fail_compilation/ice17074.d(13): Error: identifier expected for C++ namespace
9 fail_compilation/ice17074.d(13): Error: found `*` when expecting `)`
10 fail_compilation/ice17074.d(13): Error: declaration expected, not `)`
11 ---
13 extern(C++, std.*) void ice_std_token();