blob: 9604e1264f4be2fdc11e6fd2f3b8a97a7569cac5 [file] [log] [blame]
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/test8997a.d
module test8997;
import imports.test8997a;
void main()
{
auto a = new A();
foreach(key; a.foobar.byKey())
{
}
}