int test(void) {
  int i;
  int j;
  if (1) {
    i = j;
  }
  return i;
}
