Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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 (); }