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