Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
error-codes
/
auxiliary
/
crateresolve1-3.rs
blob: 59ed1836990a7b7ab5fc064a18ef52f90ccd9388 [
file
]
//@ compile-flags:-C extra-filename=-3
//@ no-prefer-dynamic
#![
crate_name
=
"crateresolve1"
]
#![
crate_type
=
"lib"
]
pub
fn
f
()
->
isize
{
30
}