Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-18913-1.rs
blob: caa2c707b560d7dec4b7c69cd5c455dd74df2238 [
file
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#![
crate_name
=
"foo"
]
pub
fn
foo
()
->
i32
{
0
}