cm_c11_thread_local.c 57 B

12345
  1. _Thread_local int i = 42;
  2. int main(void)
  3. {
  4. return 0;
  5. }