6 lines
74 B
Rust
6 lines
74 B
Rust
|
fn foo() {
|
||
|
'a: loop {}
|
||
|
'b: while true {}
|
||
|
'c: for x in () {}
|
||
|
}
|