blob: 7495bb6a874a9d18cb5ec651d4105c6082d3c4e8 [file] [log] [blame]
David Majnemerc10b8382015-10-08 06:31:22 +00001// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.1.ast %S/Inputs/exprs1.c
2// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.2.ast %S/Inputs/exprs2.c
3// RUN: %clang_cc1 -triple %itanium_abi_triple -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only -verify %s
Andy Gibbsc6e68da2012-10-19 12:44:48 +00004// expected-no-diagnostics
Douglas Gregor623421d2010-02-18 02:21:22 +00005