blob: 6fa07ef0c9563c76067feac1b7ee7479324d3c5e [file] [log] [blame]
// { 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 "" }