]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lto/20081202-1_0.c
933610a894bc537e2e8d106441734facbd096713
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lto / 20081202-1_0.c
1 /* { dg-lto-options {{-fwhopr -O3}} } */
2
3 extern void exit (int);
4 extern void foo (void);
5
6 int
7 main ()
8 {
9 foo ();
10 exit (0);
11 }