Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
run-make
/
export
/
compile-interface-error
/
liblibr.rs
blob: 906d8d7be12ca77bfe877b9859560833216d08f6 [
file
]
#![
feature
(
export_stable
)]
// interface file is broken(priv fn):
#[
export_stable
]
extern
"C"
fn
foo
();