MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / parse14285.d
blobc9aa70aa79303ea107ff6686e7edaa1693c0b6bc
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/parse14285.d(10): Error: no identifier for declarator `this`
5 ---
6 */
8 struct S
10 alias this;