(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
protattr3.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;