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