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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
used-before-declaration.C
blob
b51d270c74abb2abc36bb44c3ef1db0897634cfa
1
// Copyroght (C) 2003 Free Software Foundation
2
// Origin: PR/12832, Jonathan Wakely <redi@gcc.gnu.org>
3
4
void f() { g(); } // { dg-error "not declared" "" }
5
void g() { }