OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / used-before-declaration.C
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() { }