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