// PR c++/5657 // Origin: Volker Reichelt // { dg-do compile } template struct A { A(B); }; template A::A(B) {} // { dg-error "" }