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

7 lines
101 B
Plaintext

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