MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail42.d
blobc153d5b255c370bf928fc335ae3d443fedd8143f
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail42.d(22): Error: struct `fail42.Qwert` no size because of forward reference
5 ---
6 */
8 /+
9 struct Qwert
11 Qwert asdfg;
15 struct Qwert
17 Yuiop asdfg;
20 struct Yuiop
22 Qwert hjkl;