llvm/clang/test/SemaCXX/Inputs/compare.modulemap

module compare {
  explicit module cmp {
    header "std-compare.h"
  }
  explicit module other {}
}