MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail359.d
blob71e9143ab0bf98c74c9008403e385213d00b22ca
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail359.d(7): Error: invalid filename for `#line` directive
5 ---
6 */
7 #line 5 _BOOM
8 void main() { }