New testcase, distilled from emacs by Misha
[oota-llvm.git] / test / CFrontend / 2003-08-21-BinOp-Type-Mismatch.c
1 struct bar;
2
3 void foo()
4 {
5   unsigned int frame, focus;
6   (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
7 }
8