blob: aa95a1bdf73ba2c92d0d18d52c63da4bd3af5f93 [file] [log] [blame]
#![crate_type = "rlib"]
#[inline]
pub fn get_some_value() -> i32 {
42
}