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