## Input ```javascript function foo() {} function Component(props) { const a = []; const b = {}; foo(a, b); let _ =
; 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 = {}; foo(a, b); foo(b); t0 =
; $[0] = t0; } else { t0 = $[0]; } return t0; } ```