boot2

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

015-undef.c (25B)


      1 #define X 1
      2 X
      3 #undef X
      4 X