1 // PR 12762
2 
AA3 template <typename> struct A { A() {}};
4 typedef A<int> Ac;
5 Ac<double> a; // { dg-error "template" }
6