mips-cc

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

13.test (97B)


      1 int main()
      2 {
      3 	int c;
      4 	int d;
      5 	return c + d;
      6 }
      7 
      8 int add(int a, int b)
      9 {
     10 	int f = 42;
     11 	return d;
     12 }