// PR c++/60374 // { dg-do compile { target c++11 } } template struct A {}; template struct A {}; // { dg-error "typename|partial|T" } A a;