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