Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
pass-linker-flags-from-dep
/
rust_dep_flag.rs
blob: 7f5df1139342f61c3f822503a79ef84e67744334 [
file
] [
log
] [
blame
]
extern
"C"
{
pub
fn
foo
();
}
pub
fn
f
()
{
unsafe
{
foo
();
}
}