[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[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)