Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
codegen-units
/
item-collection
/
unreferenced-inline-function.rs
blob: f725cce90d61ae0c1aba4abab28f9699d5a23ef1 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:-Zprint-mono-items=lazy
// N.B., we do not expect *any* monomorphization to be generated here.
#![
deny
(
dead_code
)]
#![
crate_type
=
"rlib"
]
#[
inline
]
pub
fn
foo
()
->
bool
{
[
1
,
2
]
==
[
3
,
4
]
}