1 /* { dg-lto-do run } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-suppress-ld-options {-fPIC} } */
4 /* { dg-require-effective-target tls_runtime } */
5 int foo (int x)
6 {
7 return x;
8 }