Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
export-executable-symbols
/
main.rs
blob: a9bd6412b448994c5d79aef75fb57717d682351f [
file
] [
log
] [
blame
]
//@ edition:2018
fn
main
()
{}
#[
no_mangle
]
pub
fn
exported_symbol
()
->
i8
{
42
}