// PR c++/53305 // { dg-do compile { target c++11 } } template struct tuple { }; struct funct { template int operator()(argTs...); }; template struct test; template