aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/warning1.C
blob: 86a2160e764cc9eaa594b63f3b2acc0a4915103e (plain)
1
2
3
4
5
6
7
// Bug: g++ protests that foo was never defined.
// Build don't link:

static void foo ();
static void foo ();
static void foo () { }
void bar () { foo(); }		// gets bogus error -