Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice13385.d
blob: cf114d05951f138645623c5fdd5809e2d8c9e7f2 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice13385.d(9): Error: visibility attribute `package(a)` does not bind to one of ancestor packages of module `ice13385`
---
*/
module
ice13385
;
package
(
a
)
void
foo
()
{}