MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail91.d
blob41be80140ef3f5433c03b8959e6fa19786c7e834
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail91.d(12): Error: struct `fail91.S` unknown size
5 ---
6 */
8 struct S;
10 void main()
12 S* s = new S();