1  /* Test for _Thread_local: not in C90.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c90 -pedantic-errors" } */
       4  
       5  static _Thread_local int x; /* { dg-error "_Thread_local" } */
       1  /* Test for _Thread_local: not in C90.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c90 -pedantic-errors" } */
       4  
       5  static _Thread_local int x; /* { dg-error "_Thread_local" } */