logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

HAVE__THREAD_LOCAL (51B)


  1. _Thread_local int x;
  2. int main(void) {
  3. return x;
  4. }