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

13 lines
262 B
D

// REQUIRED_ARGS: -o-
// EXTRA_SOURCES: extra-files/a14446.d
/*
TEST_OUTPUT:
---
fail_compilation/extra-files/a14446.d(5): Error: module `x14446` from file fail_compilation/ice14446.d must be imported with 'import x14446;'
---
*/
module x14446;
struct CDB {}