]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lto/20090210_0.c
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lto / 20090210_0.c
1 /* { dg-lto-do run } */
2 /* { dg-suppress-ld-options {-fPIC} } */
3 int foo (int x)
4 {
5 return x;
6 }