blob: 47a2a2efc75a7ddb269a22723a98c0385b60608a [file] [log] [blame]
void main() {
for (int x = 0; x < 4; ) {
break;
}
}