blob: 87ce0e13be47cf95c173312e56e36cf9c3e19c0f [file] [log] [blame]
/*
EXTRA_FILES: imports/ice11513x.d
TEST_OUTPUT:
---
fail_compilation/imports/ice11513x.d(1): Error: package name 'ice11513a' conflicts with usage as a module name in file fail_compilation/ice11513a.d
---
*/
module ice11513a;
import imports.ice11513x;