]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/test5412c.d
d: Synchronize testsuite with upstream dmd
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test5412c.d
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;
9
10 import test5412c2 = imports.test5412a;
11 import test5412c2;