diff options
Diffstat (limited to 'test/ASTMerge/codegen-exprs.c')
-rw-r--r-- | test/ASTMerge/codegen-exprs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ASTMerge/codegen-exprs.c b/test/ASTMerge/codegen-exprs.c new file mode 100644 index 0000000..6c4a575 --- /dev/null +++ b/test/ASTMerge/codegen-exprs.c @@ -0,0 +1,5 @@ +// 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 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s +// expected-no-diagnostics + |