kit

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

a.c (229B)


      1 /* JIT lookup miss: test_main returns 0; the jit_runner always verifies
      2  * that kit_jit_lookup(jit, "__kit_test_sentinel__") returns NULL,
      3  * exercising the lookup-miss path on every JIT run. */
      4 int test_main(void) { return 0; }