llvm/clang/test/Modules/Inputs/protocol-redefinition/Kit.framework/Modules/module.modulemap

framework module Kit {
  header "Kit.h"
  export *
}