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

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