kit

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

b.c (161B)


      1 /* Defines `shared` as an ordinary global -- NOT thread-local.  The TLS
      2  * reference in a.c therefore binds to a non-thread-local definition. */
      3 int shared = 5;