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" } */
6