// PR c++/92451 template struct Local {}; void f() { Local(int); // { dg-error "" } }