kit

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

a.c (136B)


      1 /* CALL26 + STV_HIDDEN: call a hidden-visibility function from b.c. */
      2 int hidden_fn(void);
      3 int test_main(void) { return hidden_fn(); }