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