blob: 2875b494c0503e964df94fd750f82db16557b469 [file] [log] [blame]
/* PR target/42894 */
/* { dg-do compile } */
/* { dg-require-effective-target tls } */
extern __thread int t;
void
foo (int a)
{
t = a;
}