mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
7 lines
73 B
Rust
7 lines
73 B
Rust
#![crate_type = "rlib"]
|
|
|
|
#[inline]
|
|
pub fn cci_fn() -> usize {
|
|
1234
|
|
}
|