1 // REQUIRED_ARGS: -Ifail_compilation/extra-files
2 // EXTRA_SOURCES: extra-files/foo11453.d extra-files/bar11453.d
3 /*
4 TEST_OUTPUT
5 ---
6 fail_compilation/extra-files/bar11453.d(1): Error: package name 'foo11453' conflicts with usage as a module name in file fail_compilation/extra-files/foo11453.d
7 ---
8 */
9 
main()10 void main() {}
11