// PR c++/50303 // { dg-do compile { target c++11 } } template struct A1 { }; template class... Actions> void g2() { g2(); } int main() { g2(); }