mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
285 B
D
11 lines
285 B
D
// REQUIRED_ARGS: -de
|
|
// EXTRA_SOURCES: imports/test21651b.d
|
|
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/test21651.d(11): Deprecation: module imports.test21651b is not accessible here, perhaps add 'static import imports.test21651b;'
|
|
---
|
|
*/
|
|
|
|
module imports.test21651;
|
|
|
|
imports.test21651b.T a;
|