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