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

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