// file: libmformat/format.mxx -*- C++ -*- export module format; import std.core; export namespace format { enum class volume {quiet, normal, loud}; __symexport std::string message (const std::string& greeting, const std::string& name, volume); }