mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
191 B
D
9 lines
191 B
D
/*
|
|
EXTRA_FILES: imports/fail355.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail355.d(9): Error: module `imports.fail355` import `nonexistent` not found
|
|
---
|
|
*/
|
|
|
|
import imports.fail355 : nonexistent;
|