MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail8691.d
blob8e46023d3bdac7fe134e3b3e3adf2a5ac1d15be3
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail8691.d(7): Error: struct `fail8691.Foo` cannot have field `f` with static array of same struct type
5 ---
6 */
7 struct Foo
9 Foo[1] f;