module; #include export module hello; export namespace hello { inline void say_hello() { std::printf("hello world!\n"); } }