Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20081202-2_0.c
blob09f417698ca6d1181315b7446bcd4af74093a513
1 /* { dg-lto-options {{-fwhopr -O3}} } */
3 extern void exit (int);
4 extern void *foo (void);
6 void *p;
8 int
9 main ()
11 p = foo ();
12 exit (0);