// PR c++/58836 // { dg-do compile { target c++11 } } template struct A; template struct A {}; // { dg-error "partial specialization|involves template parameter" } A a;