Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test17434.d
blob: 82bfa570b5ff251ac565b788ca45513e67648416 [
file
] [
log
] [
blame
]
// https://issues.dlang.org/show_bug.cgi?id=17434
// EXTRA_FILES: test17434a.d imports/imp17434a.d imports/imp17434b.d
module
test17434
;
import
test17434a
;
void
main
()
{
imports
.
imp17434b
.
testing
();
}