Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
run-make
/
static-dylib-by-default
/
foo.rs
blob: 7ebec8720557dead6fe1fb805976a6751b54a3cb [
file
]
#![
crate_type
=
"rlib"
]
#![
crate_type
=
"dylib"
]
pub
fn
foo
()
{}