blob: cb49e46ddb119eb48382009eecdbe8a366003960 [file] [log] [blame]
Chris Lattnerb90795f2007-09-15 05:46:41 +00001// RUN: %llvmgcc -S %s -o -
2// PR1662
3
4int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;
6}
7