(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
testDIP37_10421.d
// PERMUTE_ARGS:
// REQUIRED_ARGS: -Icompilable/extra-files
// COMPILED_IMPORTS: extra-files/pkgDIP37_10421/algo/package.d
// COMPILED_IMPORTS: extra-files/pkgDIP37_10421/algo/mod.d
// COMPILED_IMPORTS: extra-files/pkgDIP37_10421/except.d

module testDIP37_10421;
import pkgDIP37_10421.algo;
void main() {}