// PR c++/48162 struct A { }; A (*f)(); template void g() { f(); }