2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Winline-2.C
blob69af3435119f300d0dfc96b638638fca30c2e391
1 // PR c++/10929
2 // { dg-options "-Winline -O3" }
4 int foo ();
5 int bar () { return foo (); }