Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
crate-loading
/
auxiliary
/
crateresolve1-2.rs
blob: 63327c7766836fbbe9a3f354097613b6bba8a949 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:-C extra-filename=-2
//@ no-prefer-dynamic
#![
crate_name
=
"crateresolve1"
]
#![
crate_type
=
"lib"
]
pub
fn
f
()
->
isize
{
20
}