~~ semiColons: asi ~~
== should not inclue a semi-colon ==
for (let i = 0; i < 5; i++)
    break

[expect]
for (let i = 0; i < 5; i++) {
    break
}
