blob: 3332501739a5bcb550041fc48f7ba028ffbdb3a7 [file] [log] [blame]
(function() {
for (let x = 0; x < 1; ++x) {
if (x % 6 == 4) {} else {
return;
}
}
})()