Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
protattr2.d
blob: cc36cc00afb91ce2fc686aa073502e74cd986f4b [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/protection/subpkg/test2.d(3): Error: protection attribute 'package(protection.subpkg2)' does not bind to one of ancestor packages of module `protection.subpkg.test2`
---
*/
import
protection
.
subpkg
.
test2
;