// PR c++/5657
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// { dg-do compile }

template<typename T> struct A { A(B); };
template<typename T> A<T>::A(B) {} // { dg-error "" }


syntax highlighted by Code2HTML, v. 0.9.1