Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / tls / pr47715-2.c
blobd11239548f6806fc0956bb6c22403c638d67f45f
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-O2 -fPIC" } */
4 /* { dg-require-effective-target tls } */
6 extern __thread int *__libc_resp;
7 int
8 __res_init(void) {
9 return *__libc_resp;