Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / warning1.C
blob6fa07ef0c9563c76067feac1b7ee7479324d3c5e
1 // { dg-do assemble  }
2 // Bug: g++ protests that foo was never defined.
4 static void foo ();
5 static void foo ();
6 static void foo () { }
7 void bar () { foo(); }          // { dg-bogus "" }