llvm/clang/test/Modules/Inputs/merge-friends/module.modulemap

module decl { header "decl.h" export * }
module friend { header "friend.h" export * }