mips-cc

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

8.test (49B)


      1 w = '\t';
      2 x = 'a';
      3 y = '\\';
      4 z = '\'';
      5 return x;