llvm/clang/test/Modules/Inputs/rec-types/module.modulemap

module a {
  header "a.h"
  // Hide content by not re-exporting module b.
}

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