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