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