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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/variables.c b/clang/test/PCH/variables.c
index 4001469f6fc..749b7b6741b 100644
--- a/clang/test/PCH/variables.c
+++ b/clang/test/PCH/variables.c
@@ -15,3 +15,4 @@ double z; // expected-error{{redefinition}}
int Q = A_MACRO_IN_THE_PCH;
+int R = FUNCLIKE_MACRO(A_MACRO_, IN_THE_PCH); \ No newline at end of file
OpenPOWER on IntegriCloud