llvm/clang/test/Modules/Inputs/Modified/module.modulemap

module ModA { header "A.h" }
module ModB { 
  header "B.h" 
  export *
}