Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20081202-1_0.c
blob1bdb91f8104755ea5b07e1e018cb4680abd6ff59
1 /* { dg-lto-options {{-flto -flto-partition=1to1 -O3}} } */
3 extern void exit (int);
4 extern void foo (void);
6 int
7 main ()
9 foo ();
10 exit (0);