// PR c++/50830 // { dg-do compile { target c++11 } } template class...> struct list_templates {}; template struct aa {}; template struct test {}; template class... F, class T> struct test, T> { struct inner {}; }; test, int> a4; // error