export module my_module; #ifdef _MSC_VER import std.core; #else import std; #endif export auto my_sum(size_t a, size_t b) -> size_t;