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