rust/tests/run-make/sepcomp-cci-copies/cci_lib.rs

7 lines
73 B
Rust

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