aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081202-1_0.c
blob: 1bdb91f8104755ea5b07e1e018cb4680abd6ff59 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-lto-options {{-flto -flto-partition=1to1 -O3}} } */

extern void exit (int);
extern void foo (void);

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