7 lines
108 B
Rust
7 lines
108 B
Rust
#![warn(clippy::undocumented_unsafe_blocks)]
|
|
|
|
#[path = "auxiliary/ice-7868-aux.rs"]
|
|
mod zero;
|
|
|
|
fn main() {}
|