5 lines
70 B
Rust
Raw Normal View History

2018-08-05 01:03:22 +03:00
fn foo() {
while true {};
while let Some(x) = it.next() {};
}