boot2

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

00071.c (70B)


      1 #define X 1
      2 #undef X
      3 
      4 #ifdef X
      5 FAIL
      6 #endif
      7 
      8 int
      9 main()
     10 {
     11 	return 0;
     12 }