summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/variables.c')
-rw-r--r--clang/test/PCH/variables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/variables.c b/clang/test/PCH/variables.c
index ffb9ec08c0e..aad40ceb916 100644
--- a/clang/test/PCH/variables.c
+++ b/clang/test/PCH/variables.c
@@ -8,3 +8,6 @@ double z; // expected-error{{redefinition}}
//double VeryHappy; // FIXME: xpected-error{{redefinition}}
+
+int Q = A_MACRO_IN_THE_PCH;
+
OpenPOWER on IntegriCloud