boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

006-call-no-args.c (57B)


      1 int g(void) { return 7; }
      2 int main(void) { return g(); }