blob: 63e1fda60a8ae1a18c4aefac909ad69da4bc8d1b [file]
fn f() {
let _x: uint = loop { loop { break; } };
}
fn main() {
}