OSDN Git Service

* doc/invoke.texi (-fwhopr): Merge into -flto section.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20081204-2_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options {{-flto -flto-partition=1to1 -O3}} }
3 extern void foo (void);
4
5 int
6 main ()
7 {
8   foo ();
9   return 0;
10 }