// PR c++/17068 struct A { template void operator()() {} }; template void foo() { A().template operator()<0>(); }