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