5 lines
70 B
Rust
5 lines
70 B
Rust
|
fn foo() {
|
||
|
while true {};
|
||
|
while let Some(x) = it.next() {};
|
||
|
}
|