blob: d3ee5990850756d4d2c74a1d8d6de819c232a7d5 [file] [log] [blame]
// PR 12762
template <typename> struct A { A() {}};
typedef A<int> Ac;
Ac<double> a; // { dg-error "template" }