function Component(props) {
  let x = mutate();
  let y;
  foo(x);
  return [y, x];
}