summaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/chain-macro-override2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/chain-macro-override2.h')
-rw-r--r--test/PCH/Inputs/chain-macro-override2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/Inputs/chain-macro-override2.h b/test/PCH/Inputs/chain-macro-override2.h
index e4bff77294fd9..1e0e3b9671567 100644
--- a/test/PCH/Inputs/chain-macro-override2.h
+++ b/test/PCH/Inputs/chain-macro-override2.h
@@ -3,3 +3,6 @@
#undef h
#define h() g()
int x;
+#undef h2
+
+int h3();