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

module NewName {
  header "new_name.h"
  export *
}