1 2 3 4 5 6 7 8
export module partition_level:intf4; export import :intf3; namespace partition_level { int intf4() { return intf3(); } }