diff options
Diffstat (limited to 'clang/test/Modules/Inputs/modular_maps/common.h')
-rw-r--r-- | clang/test/Modules/Inputs/modular_maps/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/modular_maps/common.h b/clang/test/Modules/Inputs/modular_maps/common.h index f690bcbd399..349bf5f7c47 100644 --- a/clang/test/Modules/Inputs/modular_maps/common.h +++ b/clang/test/Modules/Inputs/modular_maps/common.h @@ -1,4 +1,4 @@ #ifndef COMMON_H #define COMMON_H -const int c = 2; +const int x = 2; #endif |