11 lines · c
1// RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h2// RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t13// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s4// RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s5// expected-no-diagnostics6 7// CHECK: void f(void);8FOOBAR9// CHECK: void g(void);10BARFOO11