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