var y; const x = (async () => { y = 21; return y + y; })();