summaryrefslogtreecommitdiff
path: root/test/ASTMerge/exprs.c
blob: c82e6831f5c6c4266616f4c12a63f49d434f1cd1 (plain)
1
2
3
4
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 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s
// expected-no-diagnostics