mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
254 B
D
11 lines
254 B
D
/*
|
|
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;
|