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