kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

6_7_thread_local_function.c (77B)


      1 _Thread_local int f(void) { return 0; }
      2 
      3 int test_main(void) { return f(); }