(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
imports/
test57a.d
module imports.test57a;
import imports.test57b;

// works - even fixes the error from below!
// C!(int) x;

// doesn't work
void foo() { C!(int) x; }