Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / MacroFabs1.h
bloba78c5539f4a20ae42acb618aa228a2c38832384e
2 #undef fabs
3 #define fabs(x) (x)
5 #undef my_fabs
6 #define my_fabs(x) (x)