blob: 356e55ac912ec4d1dcb7745c225fedb02ed911a2 [file]
fn main() {
loop {
break.push(1) //~ ERROR no method named `push` found for type `!`
;
}
}