Allow resolving headers from a PCH even after headers+PCH were moved to another path.
[clang.git] / test / Sema / const-ptr-int-ptr-cast.c
blob8beaf9d4947cba78e840906cc5a89d93cfdb04fb
1 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
3 #include <stdint.h>
5 char *a = (void*)(uintptr_t)(void*)&a;