Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
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
;
}