blob: 520ae974398b4c4d3aa0bc68f0ca103d5e43ee93 [file]
// compile-flags: -Z unpretty=thir-tree
pub fn main() {
break; //~ ERROR: `break` outside of a loop [E0268]
}