## Input ```javascript function Foo() {} function Component(props) { const a = []; const b = {}; new Foo(a, b); let _ =
; new Foo(b); return ; } ``` ## Code ```javascript import { c as _c } from "react/compiler-runtime"; function Foo() {} function Component(props) { const $ = _c(1); let t0; if ($[0] === Symbol.for("react.memo_cache_sentinel")) { const a = []; const b = {}; new Foo(a, b); new Foo(b); t0 = ; $[0] = t0; } else { t0 = $[0]; } return t0; } ```