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

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