blob: 821777ddc1b05ab0ae48121106a7155733b9cb37 [file] [log] [blame]
fn f() {
var i : i32;
for (;;i = i + array<i32, 1>(1)[0]) {}
}