llvm-6502/test/CFrontend/2003-08-21-BinOp-Type-Mismatch.c
2003-08-21 17:56:32 +00:00

9 lines
122 B
C

struct bar;
void foo()
{
unsigned int frame, focus;
(struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
}