boot2

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

00110.c (48B)


      1 extern int x;
      2 int x;
      3 
      4 int
      5 main()
      6 {
      7 	return x;
      8 }