rust/tests/pass/assume_bug.rs
2022-06-01 10:53:38 -04:00

4 lines
40 B
Rust

fn main() {
vec![()].into_iter();
}