cmake/Source/Checks/cm_c11_thread_local.c
2015-11-17 17:22:37 +01:00

3 lines
55 B
C

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