MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail265.d
blob558510984934e9b947e689faa9f019d7e2b5f276
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail265.d-mixin-10(10): Error: found `End of File` instead of statement
5 ---
6 */
8 void main()
10 mixin(`for(;;)`);