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

6 lines
48 B
Rust

#[crate_type="lib"]
pub fn
foo() -> i32
{ 45 }