1 2 3 4 5 6 7 8 9 10
export module hello; namespace hello { void say_hi(); } export namespace hello { void say_hello(); void say_xz(); }