ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.test/runnable/test8997.d

16 lines
192 B
D

// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/test8997a.d
module test8997;
import imports.test8997a;
void main()
{
auto a = new A();
foreach(key; a.foobar.byKey())
{
}
}