tcompile.c 40 B

1234
  1. int foo(int a, int b) {
  2. return a+b;
  3. }