aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20090126-1_0.c
blob: 01a12994021836cb4b9ccc424f5a7a5d9ec85477 (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} } */

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