boot2

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

00068.c (69B)


      1 #if 0
      2 X
      3 #elif 1
      4 int x = 0;
      5 #else
      6 X
      7 #endif
      8 
      9 int
     10 main()
     11 {
     12 	return x;
     13 }