~~ semiColons: false ~~
== should use semi-colons regardless ==
for (var i = 5; i < 5; i++) {
}

[expect]
for (var i = 5; i < 5; i++) {
}
