parens.js 81 B

1234
  1. async function *f(){ await (yield x); }
  2. async function f(){ await (() => {}); }