export module partition_level:intf4; export import :intf3; namespace partition_level { int intf4() { return intf3(); } }