(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
warning1.C
// { dg-do assemble  }
// Bug: g++ protests that foo was never defined.

static void foo ();
static void foo ();
static void foo () { }
void bar () { foo(); }		// { dg-bogus "" }