ref: 6042bb8adffe111049edfcb8b2eb1ad84814ed69 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); }