rt_gccstream/gcc/testsuite/gcc.dg/lto/20090210_0.c

7 lines
99 B
C

/* { dg-lto-do run } */
/* { dg-suppress-ld-options {-fPIC} } */
int foo (int x)
{
return x;
}