1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
5 ---
6 */
7 import protection.subpkg.test3;
8