Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git] / test / FrontendC / 2003-08-21-BinOp-Type-Mismatch.c
bloba1d4574dcdb1a57ca22e7a2d02fa5c4ff8262b21
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 struct bar;
5 void foo()
7 unsigned int frame, focus;
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);