llvm/clang/test/Modules/Inputs/exportas-link/SomeKit.framework/Modules/module.modulemap

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