main
function foo() {} function Component(props) { const a = []; const b = {}; foo(a, b); let _ = <div a={a} />; foo(a, b); return <div a={a} b={b} />; }