What is logged?async function*g(){yield "a"}\n(async()=>{for await(const v of g())console.log(v)})();