Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
protattr3.d
blob: 8f40b2e2c0e7fcd26b441ba4c8cba29a8118d922 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
---
*/
import
protection
.
subpkg
.
test3
;