1  /* PR target/42894 */
       2  /* { dg-do compile } */
       3  /* { dg-require-effective-target tls } */
       4  
       5  extern __thread int t;
       6  
       7  void
       8  foo (int a)
       9  {
      10    t = a;
      11  }
       1  /* PR target/42894 */
       2  /* { dg-do compile } */
       3  /* { dg-require-effective-target tls } */
       4  
       5  extern __thread int t;
       6  
       7  void
       8  foo (int a)
       9  {
      10    t = a;
      11  }