// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/link13394a.d
module link13394;
import imports.link13394a;
void main()
{
    auto b = new B();
    auto s = S();
    s.func();
}
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/link13394a.d
module link13394;
import imports.link13394a;
void main()
{
    auto b = new B();
    auto s = S();
    s.func();
}