repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
error14.C
blob
b3c930188e39c9808cfae636bfc05f01a5ffcdda
1
//PR c++/26269
2
3
void foo()
4
{
5
i; // { dg-error "not declared in this scope" }
6
int i;
7
}