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

4 lines
47 B
Rust

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