1module;2#include "p2.h"3export module Y;4export namespace foo {5// We need to export something at least6void print();7} // namespace foo8