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

module A {
  header "A.h"
  export *
}

module B {
  header "B.h"
  export *
}