blob: b0fd63de46d5acfb1c9d039edb560d33f1a12748 [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
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00005// expected-no-diagnostics
Sebastian Redl083abdf2010-07-27 23:01:28 +00006
7// CHECK: void f();
8FOOBAR
9// CHECK: void g();
10BARFOO