CMake/Source/Checks/cm_c11_thread_local.c

6 lines
57 B
C

_Thread_local int i = 42;
int main(void)
{
return 0;
}