Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20090213_0.c
blob6387a0e4716dd1732698a1c1b4d5a0cc408d8f03
1 /* { dg-lto-do run } */
2 #include <stdio.h>
4 extern int foo (int);
6 main()
8 int x = foo (10);
9 printf ("x is %d, foo is at 0x%p\n", x, foo);
10 return 0;