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