Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make
/
export-executable-symbols
/
main.rs
blob: c498381a33f64239320df59236429e32d42be8d3 [
file
] [
log
] [
blame
]
// edition:2018
fn
main
()
{}
#[
no_mangle
]
pub
fn
exported_symbol
()
->
i8
{
42
}