index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
}