async function p(x) { const y = do { let z; await x; }; return y; }