1 // PR c++/10929
2 // { dg-options "-Winline -O3" }
3 
4 int foo ();
bar()5 int bar () { return foo (); }
6