/* Test for _Thread_local: not in C99. */ /* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors" } */ static _Thread_local int x; /* { dg-error "_Thread_local" } */