summaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-08-21-BinOp-Type-Mismatch.c
blob: 0e431c7a66e68ee5ae85a45b5fd82c83ae2ea79c (plain)
1
2
3
4
5
6
7
8
struct bar;

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