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