Files

9 lines
93 B
Rust

#![allow(unreachable_code)]
#[tracing::instrument]
const fn unit() {
""
}
fn main() {}