// { dg-do compile { target c++11 } } template int f(const Args&...); void g() { int (*fp)(const int&, const float&) = &f; }