6 lines
74 B
Rust
Raw Normal View History

2018-08-24 11:45:14 +03:00
fn foo() {
'a: loop {}
'b: while true {}
'c: for x in () {}
}