Allow resolving headers from a PCH even after headers+PCH were moved to another path.
[clang.git] / test / Parser / c-namespace.c
blobfbef09e0cd7951f56e023bfcbc5c5827c9c600ac
1 // RUN: %clang_cc1 -fsyntax-only %s
2 void bla1() {
3 struct XXX;
4 int XXX;