index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
export
/
extern-opt
/
libinterface.rs
blob: 313cfbe7d59cc0e7cf3cfe925924a99fdac2c257 (
plain
)
1
2
3
4
#![feature(export_stable)]
#[export_stable]
pub
extern
"C"
fn
foo
(
x
:
i32
)
->
i32
;