// module; #include export module hello; using namespace std; export namespace hello { void say(const char* str) { printf("%s\n", str); } }