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