Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / used-before-declaration.C
blobb51d270c74abb2abc36bb44c3ef1db0897634cfa
1 // Copyroght (C) 2003 Free Software Foundation
2 // Origin: PR/12832, Jonathan Wakely <redi@gcc.gnu.org>
4 void f() { g(); }               // { dg-error "not declared" "" }
5 void g() { }