Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
symbol-visibility
/
an_executable.rs
blob: 945873bd9ce193f0fb89193d7e1b481038d1640d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"bin"
]
extern
crate an_rlib
;
pub
fn
public_rust_function_from_exe
()
{}
fn
main
()
{}