MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail306.d
blobffe3cf7451895acd314df4b4b0c72dee23ead5e8
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail306.d(11): Error: cannot perform array operations on `void[]` arrays
5 ---
6 */
8 void bar()
10 void [] x;
11 x[] = -x[];