Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
static-dylib-by-default
/
foo.rs
blob: 7ebec8720557dead6fe1fb805976a6751b54a3cb [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
#![
crate_type
=
"dylib"
]
pub
fn
foo
()
{}