1 2 3 4 5
export module foo; import std; export auto my_sum(std::size_t a, std::size_t b) -> std::size_t;