int test(void) {
  int a;
  int b;
  int c;
  int d;
  int cond;
  ? cond = ((a <= b) || (c != d)) && ((a == b) || (c > d));
  return 0;
}
