(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
testDIP37_10302.d
// PERMUTE_ARGS:
// REQUIRED_ARGS: -Icompilable/extra-files
// COMPILED_IMPORTS: extra-files/pkgDIP37_10302/liba.d
// COMPILED_IMPORTS: extra-files/pkgDIP37_10302/libb.d
// EXTRA_FILES: extra-files/pkgDIP37_10302/package.d

module test;
import pkgDIP37_10302;
void main() {}