blob: 8af0d36590f97b837b0e9a9f60208303ae64466c [file] [log] [blame]
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/link13394a.d
module link13394;
import imports.link13394a;
void main()
{
auto b = new B();
auto s = S();
s.func();
}