Add include needed for MSVC.
[clang/acc.git] / test / CodeGen / PR3709-int-to-pointer-sign.c
blob24c42f649bbe2133b140e649fde13a602c4318cb
1 // RUN: clang-cc -emit-llvm %s -o - -O1 -triple=x86_64-gnu-linux | grep "i64 -1"
3 // PR3709
4 long long a() { return (long long)(int*)-1;}