When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / 2007-04-24-bit-not-expr.c
blobfab0b90bb15fb9684a838575da09478faf20cb23
1 // PR 1346
2 // RUN: %llvmgcc -S %s -o /dev/null
3 extern bar(void *);
5 void f(void *cd) {
6 bar(((void *)((unsigned long)(cd) ^ -1)));