// file: libmhello/hello.mxx -*- C++ -*- export module hello; import std.core; export namespace hello { __symexport void say (const std::string& name); }