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