mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
13 lines
262 B
D
13 lines
262 B
D
// REQUIRED_ARGS: -o-
|
|
// EXTRA_SOURCES: extra-files/a14446.d
|
|
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/extra-files/a14446.d(5): Error: module `x14446` from file fail_compilation/ice14446.d must be imported with 'import x14446;'
|
|
---
|
|
*/
|
|
|
|
module x14446;
|
|
|
|
struct CDB {}
|