module; export module hello; import ; export namespace hello { void say(const char* str) { std::cout << str << std::endl; } }