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

module libPrivate {
  header "public1.h"
  private header "private1.h"
}