llvm/clang/test/Modules/Inputs/include_next/x/module.modulemap

module xa { header "a.h" export * }
module xb { header "subdir/b.h" export * }