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