[NFC][TargetTransformInfo][VectorUtils] Consolidate `isVectorIntrinsic...` api (...
[llvm-project.git] / clang / test / CodeGen / 2007-09-14-NegatePointer.c
blob52367e6c667b770f09689a03e0791a284ec6d0a7
1 // RUN: %clang_cc1 -emit-llvm %s -o -
2 // PR1662
4 int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;