MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test22574.d
blob2a7b8849816b81b3ee12bc33f16b3e2b06b73fc0
1 //https://issues.dlang.org/show_bug.cgi?id=22574
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/test22574.d(100): Error: undefined identifier `x`
6 ---
7 */
8 #line 100
9 template test(x* x)