blob: 7b577dc603a6431fbab56b5bd466b1310fd7c60b [file] [log] [blame]
fn f() {
var i : i32;
for (;i < 4;) {
}
}