aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/lto/20081204-2_0.C
blob: 81a42693c4f18daf93c2cb63baa60792e63ad31b (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-lto-do link }
// { dg-lto-options {{-flto -flto-partition=1to1 -O3}} }
extern void foo (void);

int
main ()
{
  foo ();
  return 0;
}