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

8 lines
222 B
D

/*
EXTRA_FILES: protection/subpkg/test3.d
TEST_OUTPUT:
---
fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
---
*/
import protection.subpkg.test3;