rust-clippy/tests/ui/crashes/auxiliary/ice-7868-aux.rs

4 lines
32 B
Rust
Raw Normal View History

2021-10-27 00:12:13 +00:00
fn zero() {
unsafe { 0 };
}