Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error14.C
blob: b3c930188e39c9808cfae636bfc05f01a5ffcdda [
file
] [
log
] [
blame
]
//PR c++/26269
void
foo
()
{
i
;
// { dg-error "not declared in this scope" }
int
i
;
}