blob: e51a467ef669b835a292ae8bfb3386b45fe6b5ad [file] [log] [blame]
fn f() {
var i : i32;
for(let p = &(i); ; ) {
}
}