aboutsummaryrefslogblamecommitdiff
path: root/test/PCH/chain-macro.c
blob: 68b18deb0811dde638cbbb852bc79e8053cb814f (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                                                                         






                                                                
// RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h
// RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1 -chained-pch
// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
// RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s

// CHECK: void f();
FOOBAR
// CHECK: void g();
BARFOO