Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / lto / 20081204-2_0.C
blob81a42693c4f18daf93c2cb63baa60792e63ad31b
1 // { dg-lto-do link }
2 // { dg-lto-options {{-flto -flto-partition=1to1 -O3}} }
3 extern void foo (void);
5 int
6 main ()
8   foo ();
9   return 0;