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


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