// PR c++/8895 // Origin: Wolfgang Bangerth // { dg-do compile } template > struct A // { dg-error "" } { A(); A(const A&); };