blob: 52367e6c667b770f09689a03e0791a284ec6d0a7 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o -
2// PR1662
3
4int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;
6}
7