CMake/Source/Checks/cm_c11_thread_local.c

3 lines
55 B
C

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