[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git] / clang / test / SemaCXX / Inputs / compare.modulemap
blobd8917bc550e7f92acb5183c0bd25efbb009a0d2d
1 module compare {
2   explicit module cmp {
3     header "std-compare.h"
4   }
5   explicit module other {}