// { dg-options "-std=gnu++0x" } template Result bind(Functor, ArgTypes...) { } void f() { bind(17, 20, 22); }