ref: 4bc20df7142ce5e02c7fb49a33eefdc7715ff726 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); }