diff options
Diffstat (limited to 'clang/test/Modules/Inputs/macros_right.h')
-rw-r--r-- | clang/test/Modules/Inputs/macros_right.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/macros_right.h b/clang/test/Modules/Inputs/macros_right.h index dbbd2c36435..a70c3501e5c 100644 --- a/clang/test/Modules/Inputs/macros_right.h +++ b/clang/test/Modules/Inputs/macros_right.h @@ -17,3 +17,5 @@ #define TOP_RIGHT_REDEF float #define FN_ADD(x, y) (x+y) + +#undef TOP_OTHER_DEF_RIGHT_UNDEF |