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

8 lines
137 B
Rust
Raw Normal View History

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