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

7 lines
108 B
Rust
Raw Normal View History

2021-10-26 19:12:13 -05:00
#![warn(clippy::undocumented_unsafe_blocks)]
#[path = "auxiliary/ice-7868-aux.rs"]
mod zero;
fn main() {}