repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
forscope2.C
blob
1fed957a041ff33658e6d7671782cbdc3baac5af
1
// { dg-do compile }
2
3
struct S {
4
void foo() {
5
for (_ptr; ;) {} // { dg-error "not declared" }
6
_ptr = 0;
7
}
8
};
9