1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fpic" } */
3 /* { dg-options "-O2 -fpic -mregparm=3" { target i?86-*-* x86_64-*-* } } */
4 /* { dg-require-effective-target tls } */
5 /* { dg-require-effective-target fpic } */
7 extern __thread
int i
, j
, k
;
8 extern void bar(int *, int *, int *);