// @target: es6 async function f() { await 0; typeof await 0; void await 0; await void typeof void await 0; await await 0; }