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