int test(void) {
  int a;
  int b;
  int x;
  int y;
  if (!(a < b)) x = y;
  return 0;
}
