MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail5953a1.d
blobcd64e74b85ffeca1516508138aa784a0dc91924e
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail5953a1.d(9): Error: expression expected, not `,`
5 ---
6 */
7 void main()
9 auto a2 = [,]; // invalid, but compiles