dmd/compiler/test/compilable/testDIP37_10421.d
2022-07-09 18:53:07 +02:00

9 lines
307 B
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() {}