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

module libPrivateN2 {
  header "public2.h"
  private header "private2.h"
}