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