cmake/Source/Checks/cm_c11_thread_local.c

6 lines
57 B
C
Raw Normal View History

2015-11-17 17:22:37 +01:00
_Thread_local int i = 42;
2016-07-09 11:21:54 +02:00
int main(void)
{
return 0;
}