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