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