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