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