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