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