mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
185 B
D
9 lines
185 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/test57a.d imports/test57b.d
|
|
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -inline -release
|
|
|
|
module test57;
|
|
import imports.test57a;
|
|
|
|
void main() {}
|