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