ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491 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); }