d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / protattr1.d
blobf5976ff2aba1feeb70f1e5efe2f9beed711c982a
1 /*
2 EXTRA_FILES: protection/subpkg/test1.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/protection/subpkg/test1.d(3): Error: visibility attribute `package(undefined)` does not bind to one of ancestor packages of module `protection.subpkg.test1`
6 ---
7 */
8 import protection.subpkg.test1;