(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
error3.C
// PR 12762

template <typename> struct A { A() {}};
typedef A<int> Ac;
Ac<double> a; // { dg-error "template" }