blob: 7336acff0d2d4dc3eaf6d9f132e80802d7b2e47e [file] [log] [blame]
// PR c++/92451
template<typename T> struct Local {};
void f() {
Local(int); // { dg-error "" }
}