Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module; #include "p2.h" export module Y; export namespace foo { // We need to export something at least void print(); } // namespace foo