rust-clippy/tests/ui/crashes/auxiliary/ice-7934-aux.rs
2021-11-07 14:28:30 -05:00

4 lines
47 B
Rust

fn zero() {
// SAFETY:
unsafe { 0 };
}