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

7 lines
137 B
Rust

#![warn(clippy::undocumented_unsafe_blocks)]
#![allow(clippy::no_effect)]
#[path = "auxiliary/ice-7868-aux.rs"]
mod zero;
fn main() {}