PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-thread-local-1.c
blobff531252c86dee2b7818dd19a65cfac3a3eda108
1 /* Test for _Thread_local: not in C99. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c99 -pedantic-errors" } */
5 static _Thread_local int x; /* { dg-error "_Thread_local" } */