Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c2x-thread-local-1.c
blob: e1917bd99dc932b017c6a12f41e64dc726600398 [
file
] [
log
] [
blame
]
/* Test C2x thread_local keyword. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors" } */
thread_local
int
a
;
thread_local
void
f
(
void
);
/* { dg-error "storage class" } */