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