blob: b3c930188e39c9808cfae636bfc05f01a5ffcdda [file] [log] [blame]
//PR c++/26269
void foo()
{
i; // { dg-error "not declared in this scope" }
int i;
}