]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/ice14446.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice14446.d
1 // REQUIRED_ARGS: -o-
2 // PERMUTE_ARGS:
3 // EXTRA_SOURCES: extra-files/a14446.d
4
5 /*
6 TEST_OUTPUT:
7 ---
8 fail_compilation/extra-files/a14446.d(5): Error: module x14446 from file fail_compilation/ice14446.d must be imported with 'import x14446;'
9 ---
10 */
11
12 module x14446;
13
14 struct CDB {}