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