llvm/clang/test/Modules/Inputs/merge-fn-prototype-tags/module.modulemap

module M {
  header "a.h"
  module mod_c { header "c.h" }
  header "b.h"
}