mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
7 lines
89 B
Rust
7 lines
89 B
Rust
![]() |
#![crate_name = "foo"]
|
||
|
|
||
|
#[inline(never)]
|
||
|
pub fn add(a: u32, b: u32) -> u32 {
|
||
|
a + b
|
||
|
}
|