Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / undefined3.C
blobad445bcdf2fed96dc7147621ce7a2dc7741e1263
1 // PR c++/5657
2 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3 // { dg-do compile }
5 template<typename T> struct A { A(B); }; // { dg-error "incomplete" }
6 template<typename T> A<T>::A(B) {} // { dg-error "" }