my_module.mpp 104 B

12345
  1. export module my_module;
  2. import std;
  3. export auto my_sum(std::size_t a, std::size_t b) -> std::size_t;