1 2 3 4 5 6 7 8 9
export module hello; import :part_internal; export namespace hello { void say(const char* str) { say_internal(str); } }