summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/20090210_0.c
blob: 2c858a67d326ceee5467c4184242fe9494cb23e8 (plain)
1
2
3
4
5
6
7
8
/* { dg-lto-do run }  */
/* { dg-suppress-ld-options {-fPIC} }  */
/* { dg-require-effective-target tls } */
/* { dg-extra-ld-options "-pthread" { target *-*-solaris2.[89] } } */
int foo (int x)
{
  return x;
}