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