blob: c0e7d988524a7b78631535ed4c7e4d74b38312a9 [file] [log] [blame]
// PR c++/48162
struct A { };
A (*f)();
template <class T> void g() { f(); }