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

module a {
  header "a.h"
}
module b {
  header "b.h"
}