Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-18913-1.rs
blob: caa2c707b560d7dec4b7c69cd5c455dd74df2238 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#![
crate_name
=
"foo"
]
pub
fn
foo
()
->
i32
{
0
}