Douglas Gregor | b2e400a | 2010-02-18 02:21:22 +0000 | [diff] [blame] | 1 | // 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 | ||||
4 |