MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail6561.d
blob456ef0de7f57e9b084b3c08ccf6811a8f7ae0399
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail6561.d(9): Error: undefined identifier `x`
5 ---
6 */
7 struct S
9 alias x this; // should cause undefined identifier error
12 void main()