Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / macros_right.h
bloba70c3501e5c9f84aae2f410d4df2664940faccdc
1 @import macros_top;
2 #define RIGHT unsigned short
11 #define LEFT_RIGHT_IDENTICAL int
12 #define LEFT_RIGHT_DIFFERENT int
13 #define LEFT_RIGHT_DIFFERENT2 int
14 #define LEFT_RIGHT_DIFFERENT3 int
16 #undef TOP_RIGHT_REDEF
17 #define TOP_RIGHT_REDEF float
19 #define FN_ADD(x, y) (x+y)
21 #undef TOP_OTHER_DEF_RIGHT_UNDEF