mips-cc

A little C compiler
git clone git@git.mpah.dev/mips-cc.git
Log | Files | Refs | README

9.test (57B)


      1 a = "Hello, world!";
      2 b = "";
      3 c = "\nfoo\tbar";
      4 return a;