]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/PCH/chain-macro.c
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / PCH / chain-macro.c
1 // RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h
2 // RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1
3 // RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
4 // RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s
5 // expected-no-diagnostics
6
7 // CHECK: void f();
8 FOOBAR
9 // CHECK: void g();
10 BARFOO