Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
wasm-symbols-not-exported
/
foo.rs
blob: f85103f35354a2f67c5665879420d6af6d0aea85 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"cdylib"
]
#[
no_mangle
]
pub
extern
"C"
fn
foo
()
{
println
!(
"foo"
);
panic
!(
"test"
);
}