MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / e15876_6.d
blob6b060fd69ee07363eb1c896c7de29ef60dd57bcc
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/e15876_6.d(7): Error: identifier expected following `immutable(int).`, not `;`
5 ---
6 */
7 auto unaryExParseError = immutable(int).;