export module greetings; import ; export auto say_hello() { std::cout << "Hello, modules!\n"; }