boot2

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

00108.c (73B)


      1 int foo(void);
      2 int foo(void);
      3 #define FOO 0
      4 
      5 int
      6 main()
      7 {
      8 	return FOO;
      9 }