mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
286 B
D
11 lines
286 B
D
// REQUIRED_ARGS: -c -Ifail_compilation/imports/
|
|
// EXTRA_SOURCES: imports/test18938a/cache.d imports/test18938a/file.d
|
|
// EXTRA_FILES: imports/test18938b/file.d
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/test18938b/file.d(20): Error: undefined identifier `No`
|
|
---
|
|
*/
|
|
|
|
void main() {}
|