mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
274 B
D
11 lines
274 B
D
/*
|
|
EXTRA_FILES: imports/spell23908a.d imports/spell23908b.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/spell23908a.d(3): Error: module `imports.spell23908b` import `nonexistent` not found
|
|
---
|
|
*/
|
|
|
|
// https://issues.dlang.org/show_bug.cgi?id=23908
|
|
|
|
import imports.spell23908a;
|