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