llvm/clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/module.modulemap

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