blob: 18356f75a0e2b1649cf1a5e585b158c511b0b6df [file] [log] [blame]
Douglas Gregor77424bc2010-10-02 19:29:26 +00001// RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h
Douglas Gregorb5af8432011-08-25 22:54:01 +00002// RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1
Sebastian Redl083abdf2010-07-27 23:01:28 +00003// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
4// RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s
5
6// CHECK: void f();
7FOOBAR
8// CHECK: void g();
9BARFOO