2018-08-24 11:45:50 +03:00

6 lines
74 B
Rust

fn foo() {
'a: loop {}
'b: while true {}
'c: for x in () {}
}