// PR 12762 template struct A { A() {}}; typedef A Ac; Ac a; // { dg-error "template" }