[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[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)