ref: 83246e296ea433b65b9d295b5e08fedd39ff1ab7 dir: /os/boot.original/puma/sum.c/
int sum(int a, int b, int c) { return a+b+c; } void main(void) { int s; s = sum(1, 2, 3); }