rust/tests/ui/sepcomp/auxiliary/sepcomp_cci_lib.rs

7 lines
82 B
Rust

#[inline]
pub fn cci_fn() -> usize {
1200
}
pub const CCI_CONST: usize = 34;