boot2

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

005-while-break.c (46B)


      1 int main(void) { while (1) break; return 5; }