// { dg-do compile { target c++11 } } int& f(...); template float& f(Args...); float& g() { return f(17, 3.14159); }