boot2

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

00080.c (74B)


      1 void
      2 voidfn()
      3 {
      4     return;
      5 }
      6 
      7 int
      8 main()
      9 {
     10     voidfn();
     11     return 0;
     12 }