```javascript
async function foo () {
throw Error(1)
}
foo()
```