MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail246.d
blobf48ddbb69f16558997913268864b030fb78f1eb6
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail246.d-mixin-11(11): Error: identifier expected, not `End of File`
5 fail_compilation/fail246.d-mixin-11(11): Error: `;` expected after `mixin`
6 ---
7 */
9 void a()
11 mixin(`mixin`);