OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.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 }