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