boot2

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

00120.c (57B)


      1 struct {
      2 	enum { X } x;
      3 } s;
      4 
      5 
      6 int
      7 main()
      8 {
      9 	return X;
     10 }