ref: 654935ba71201d7215d9fcd96181a330ec6ff617 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); }