ref: 2cab6c0b2f7ccfad3c7990070ab0917cfd978cf1 dir: /os/boot/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); }