llvm/clang/test/APINotes/Inputs/Frameworks/FrameworkWithWrongCase.framework/Modules/module.modulemap

framework module FrameworkWithWrongCase {
  umbrella header "FrameworkWithWrongCase.h"
  export *
  module * { export * }
}