// { dg-do compile { target c++11 } } template Result bind(Functor, ArgTypes...) { } void f() { bind(17, 20, 22); }