blob: ce9dfac10956d0570fbc31dd61f66d47d5f2fc7b [file] [log] [blame]
/* { dg-lto-do run } */
/* { dg-require-effective-target fpic } */
/* { dg-suppress-ld-options {-fPIC} } */
/* { dg-require-effective-target tls_runtime } */
/* { dg-extra-ld-options "-pthread" { target *-*-solaris2.9 } } */
int foo (int x)
{
return x;
}