Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test314.d
blob: b7c15e39ca58690ec402c9b85467aca2256cffd7 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -de
module
imports
.
test314
;
// package imports
import
imports
.
a314
;
void
main
()
{
imports
.
a314
.
bug
(
"This should work.\n"
);
renamed
.
bug
(
"This should work.\n"
);
bug
(
"This should work.\n"
);
}