diff options
Diffstat (limited to 'clang/test/Modules/Inputs/macros_top.h')
-rw-r--r-- | clang/test/Modules/Inputs/macros_top.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/macros_top.h b/clang/test/Modules/Inputs/macros_top.h index 2955471a8fa..10935043e2a 100644 --- a/clang/test/Modules/Inputs/macros_top.h +++ b/clang/test/Modules/Inputs/macros_top.h @@ -20,3 +20,5 @@ #define TOP_OTHER_REDEF2 2 #define TOP_OTHER_DEF_RIGHT_UNDEF void + +#define TOP_REDEF_IN_SUBMODULES 0 |