Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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 {}