summaryrefslogtreecommitdiffstats
path: root/test/PCH/chain-macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/chain-macro.c')
-rw-r--r--test/PCH/chain-macro.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/PCH/chain-macro.c b/test/PCH/chain-macro.c
new file mode 100644
index 0000000..b4dcdfe
--- /dev/null
+++ b/test/PCH/chain-macro.c
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro1.h
+// RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro2.h -include-pch %t1 -chained-pch
+// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
+// RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s
+
+// CHECK: void f();
+FOOBAR
+// CHECK: void g();
+BARFOO
OpenPOWER on IntegriCloud