blob: 392153b816f71f8194393be09f772dd9836b772d [file] [log] [blame]
struct S {
i : i32;
}
fn f() {
for(var i = 0; false; i = (i + S(1).i)) {
}
}