(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
test57.d
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/test57a.d imports/test57b.d
// PERMUTE_ARGS:
// REQUIRED_ARGS: -inline -release

module test57;
import imports.test57a;

void main() {}