diff options
Diffstat (limited to 'clang/test/Modules/Inputs/macros_right.h')
| -rw-r--r-- | clang/test/Modules/Inputs/macros_right.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/macros_right.h b/clang/test/Modules/Inputs/macros_right.h index 3351e9796c4..8e9688223bc 100644 --- a/clang/test/Modules/Inputs/macros_right.h +++ b/clang/test/Modules/Inputs/macros_right.h @@ -4,3 +4,12 @@ #undef TOP_RIGHT_REDEF #define TOP_RIGHT_REDEF float + + + + +#define LEFT_RIGHT_IDENTICAL int +#define LEFT_RIGHT_DIFFERENT int +#define LEFT_RIGHT_DIFFERENT2 int +#define LEFT_RIGHT_DIFFERENT3 int + |

