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