Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
link-native-static-lib-to-dylib
/
bar.rs
blob: e66aeb6bd39e6cfa627555237f8b774f656bfeb0 [
file
] [
log
] [
blame
]
extern
crate foo
;
fn
main
()
{
unsafe
{
foo
::
foo
()
}
}