(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c99-thread-local-1.c
       1  /* Test for _Thread_local: not in C99.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c99 -pedantic-errors" } */
       4  
       5  static _Thread_local int x; /* { dg-error "_Thread_local" } */