about summary refs log tree commit diff
path: root/tests/run-make/remap-path-prefix-dwarf/src/some_value.rs
blob: aa95a1bdf73ba2c92d0d18d52c63da4bd3af5f93 (plain)
1
2
3
4
5
6
#![crate_type = "rlib"]

#[inline]
pub fn get_some_value() -> i32 {
    42
}