]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/fail11453b.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail11453b.d
1 // REQUIRED_ARGS: -Ifail_compilation/extra-files
2 // EXTRA_SOURCES: extra-files/bar11453.d extra-files/foo11453.d
3 /*
4 TEST_OUTPUT
5 ---
6 fail_compilation/extra-files/foo11453.d(1): Error: module foo11453 from file fail_compilation/extra-files/foo11453.d conflicts with package name foo11453
7 ---
8 */
9
10 void main() {}
This page took 0.035455 seconds and 5 git commands to generate.