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