2023-03-30 07:34:55 -05:00

7 lines
73 B
Rust

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