aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/20090126-1_0.c
blob: 6e8f741671969ac428d5ad8df7632f28e514b547 (plain)
1
2
3
4
5
6
7
/* { dg-lto-do link } */
/* { dg-lto-options {{-O0 -flto -flto-partition=1to1}} } */
/* { dg-extra-ld-options {-r -nostdlib -O2 -flto -flto-partition=1to1 -flinker-output=nolto-rel} } */

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