input.js 85 B

12345
  1. let Promise;
  2. async function foo() {
  3. await new Promise(resolve => { resolve() });
  4. }