MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail19912e.d
blob0aa343319dd9974001989270f98f6fa52b2de47d
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail19912e.d(7): Error: function `fail19912e.object` conflicts with import `fail19912e.object` at fail_compilation/fail19912e.d
5 ---
6 */
7 void object() { }
8 void fun(string) { }