aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/chain-macro-override1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/chain-macro-override1.h')
-rw-r--r--test/PCH/Inputs/chain-macro-override1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/Inputs/chain-macro-override1.h b/test/PCH/Inputs/chain-macro-override1.h
new file mode 100644
index 000000000000..4f9321de93b1
--- /dev/null
+++ b/test/PCH/Inputs/chain-macro-override1.h
@@ -0,0 +1,4 @@
+void f() __attribute__((unavailable));
+void g();
+#define g() f()
+#define h() f()