ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04 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); }