Allow resolving headers from a PCH even after headers+PCH were moved to another path.
[clang.git] / test / Headers / c89.c
blob9e01ff9297b86e8a33a0822b3b52ed3bd00fba8b
1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
3 // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
4 // on win32 since we don't generally know how to find errno.h.
6 #define __MM_MALLOC_H
8 // PR6658
9 #include <xmmintrin.h>