mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
277 B
D
11 lines
277 B
D
// REQUIRED_ARGS: -o-
|
|
// EXTRA_FILES: imports/diag9210b.d imports/diag9210c.d imports/diag9210stdcomplex.d imports/diag9210stdtraits.d
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/diag9210b.d(6): Error: undefined identifier `A`
|
|
---
|
|
*/
|
|
|
|
import imports.diag9210b;
|
|
interface A {}
|