Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2007-09-14-NegatePointer.c
blobcb49e46ddb119eb48382009eecdbe8a366003960
1 // RUN: %llvmgcc -S %s -o -
2 // PR1662
4 int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;