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