mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
307 B
D
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() {}
|