dmd/compiler/test/fail_compilation/test21651.d
2022-07-09 18:53:07 +02:00

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;