aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20090126-2_0.c
blob: f75a05fec624c075b86d291ab0e471c74ac3735a (plain)
1
2
3
4
5
6
7
8
/* { dg-lto-do link } */
/* { dg-require-effective-target fpic } */
/* { dg-lto-options {{-fPIC -O2 -flto -flto-partition=1to1}} } */
/* { dg-extra-ld-options {-fno-PIC -r -nostdlib -O2 -flto -flto-partition=1to1} } */

int main(int argc, char **argv) {
  return 0;
}