Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
codegen-units
/
item-collection
/
unreferenced-const-fn.rs
blob: 8b37570a1be580ae90e1140a993216c9d7b353f7 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:-Zprint-mono-items=lazy
#![
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
}