async function lol() { let a = 0; return gc().then(async (b) => { let c = 100; let d = await l(); return 1; }); }