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