blob: c82e6831f5c6c4266616f4c12a63f49d434f1cd1 [file] [log] [blame]
Douglas Gregorb2e400a2010-02-18 02:21:22 +00001// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/exprs1.c
2// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/exprs2.c
3// RUN: %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00004// expected-no-diagnostics
Douglas Gregorb2e400a2010-02-18 02:21:22 +00005