llvm/clang/test/Modules/Inputs/objc-category-3/module.modulemap

module X {
  header "Category_B.h"
  export *
}