// { dg-options "-std=gnu++0x" } template int& f(const T&, Args...); template float& f(const T&); float& g() { return f(17); }