aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081123_0.C
blob: 4cbc25338dd472657354364a2cb26920cac09d34 (plain)
1
2
3
4
5
6
7
8
9
// { dg-lto-do link }
// { dg-require-effective-target fpic }
// { dg-lto-options {{-flto -flto-partition=1to1 -r -nostdlib -fPIC}} }

int
f(void)
{
  return 0;
}