module imports.template13478a;
bool foo(T)() {
    // Make sure this is not inlined so template13478.o actually
    // needs to reference it.
    pragma(inline, false);
    return false;
}
module imports.template13478a;
bool foo(T)() {
    // Make sure this is not inlined so template13478.o actually
    // needs to reference it.
    pragma(inline, false);
    return false;
}