// { dg-additional-options -fmodules-ts } export module inter; // { dg-module-cmi inter } export template int TPL (T &t) { return fn (t); }