function Component(props) {
  const x = makeObject();
  const y = delete x.value;
  return y;
}