boot2

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

332-fs-compound-char-array.c (69B)


      1 char *s = (char[]){'h','i',0};
      2 int main(void) { return s[0] - 'a'; }