blob: 0c390bc9cfe2d36f217895976c9afb20ae72d3a3 [file] [log] [blame]
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;
}