E0206: label named 'await' not allowed in async function
The following code is using label named 'await' in an async function.
To fix this error, rename label await to something else.
Another way to fix this error, make 'f' a normal function rather than an async function.
Introduced in quick-lint-js version 0.3.0.