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