input.js 50 B

1234
  1. async function foo() {
  2. var wat = await bar();
  3. }