// file: libmprint/print.mxx -*- C++ -*- export module print; import std.core; export namespace print { __symexport void to_stdout (const std::string&); }