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