dmd/compiler/test/fail_compilation/protattr1.d
2022-07-09 18:53:07 +02:00

8 lines
272 B
D

/*
EXTRA_FILES: protection/subpkg/test1.d
TEST_OUTPUT:
---
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`
---
*/
import protection.subpkg.test1;