MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / staticforeach3.d
bloba93d20be86fe9905f348a4a83dc56ca25c246f80
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/staticforeach3.d(7): Error: variable `staticforeach3.__anonymous.i` conflicts with variable `staticforeach3.__anonymous.i` at fail_compilation/staticforeach3.d(7)
5 ---
6 */
7 static foreach(i,i;[0]){}