blob: 86a2160e764cc9eaa594b63f3b2acc0a4915103e [file] [log] [blame]
// 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 -