d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / protattr3.d
blobacfc9f9c163ad6c01bb9df11d2b64700f62cf779
1 /*
2 EXTRA_FILES: protection/subpkg/test3.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
6 ---
7 */
8 import protection.subpkg.test3;