MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test5412a.d
blob35778343cc906bd7f05622c4cdb8336b69b4290c
1 /*
2 EXTRA_FILES: imports/test5412a.d imports/test5412b.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/test5412a.d(11): Error: import `test5412a.A` conflicts with import `test5412a.A` at fail_compilation/test5412a.d(10)
6 ---
7 */
8 module test5412a;
10 import A = imports.test5412a;
11 import A = imports.test5412b;