mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
281 B
D
8 lines
281 B
D
/*
|
|
EXTRA_FILES: protection/subpkg/test2.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/protection/subpkg/test2.d(3): Error: visibility attribute `package(protection.subpkg2)` does not bind to one of ancestor packages of module `protection.subpkg.test2`
|
|
---
|
|
*/
|
|
import protection.subpkg.test2;
|