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