module foo; auto my_sum(int a, int b) -> int { return a + b; }