// PR c++/114795 // { dg-additional-options "-fmodule-header" } // { dg-module-cmi {} } template struct A { auto f() { return T(); } }; template void g() { A a; a.f(); }