// PR c++/85264 // { dg-do compile { target c++11 } } template struct A {}; template template struct A {}; // { dg-error "too many template-parameter-lists" } A a;