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