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