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

5 lines
47 B
Rust
Raw Normal View History

2021-11-07 19:28:30 +00:00
fn zero() {
// SAFETY:
unsafe { 0 };
}