boot2

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

003-local-assign.c (43B)


      1 int main(void) { int x; x = 5; return x; }