kit

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

helper.c (79B)


      1 __attribute__((noinline)) int tier1_helper_value(int x) {
      2     return x + 30;
      3 }