Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
codegen-units
/
item-collection
/
unreferenced-const-fn.rs
blob: 294de9c3a31bda450710d4cc081c0d7dad36710a [
file
] [
log
] [
blame
] [
edit
]
#![
deny
(
dead_code
)]
#![
crate_type
=
"rlib"
]
//~ MONO_ITEM fn foo @@ unreferenced_const_fn-cgu.0[External]
#[
inline
(
never
)]
pub
const
fn
foo
(
x
:
u32
)
->
u32
{
x
+
0xf00
}