MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / b15875.d
blob15f362bc885eb30700c60082ea7ea4da68753492
1 /* TEST_OUTPUT:
2 ---
3 fail_compilation/b15875.d(9): Error: undefined identifier `a`
4 fail_compilation/b15875.d(10): Error: circular reference to `b15875.f`
5 ---
6 */
7 // https://issues.dlang.org/show_bug.cgi?id=15875
8 // https://issues.dlang.org/show_bug.cgi?id=17290
9 d o(int[a]a)(){}
10 f.T f(){}