boot2

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

00116.c (58B)


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