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