MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail333.d
blob89f9478f1757f1a3e7f01d1f499f40153b87bae3
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail333.d(8): Error: forward reference to `test`
5 ---
6 */
8 void test(typeof(test) p) { }