blob: 244356655012810c1a7efd43aef2a6c43639a002 [file]
fn main() {
'break: loop { //~ ERROR labels cannot use keyword names
}
}