summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/exprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/exprs.c')
-rw-r--r--test/ASTMerge/exprs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ASTMerge/exprs.c b/test/ASTMerge/exprs.c
new file mode 100644
index 0000000..0a4e1e5
--- /dev/null
+++ b/test/ASTMerge/exprs.c
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/exprs1.c
+// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/exprs2.c
+// RUN: %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s
+
OpenPOWER on IntegriCloud