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