xref: /llvm-project/clang/test/SemaCXX/Inputs/compare.modulemap (revision 8a4fcfc242a0f12e346c3d6026f2ad8764b08f1e)
1module compare {
2  explicit module cmp {
3    header "std-compare.h"
4  }
5  explicit module other {}
6}
7