2023-01-11 09:32:08 +00:00

7 lines
73 B
Rust

#![crate_type = "rlib"]
#[inline]
pub fn cci_fn() -> usize {
1234
}