Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
used-cdylib-macos
/
dylib_used.rs
blob: 85f0ff92fe7301be3469e3f18aa2067d13e59032 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"cdylib"
]
#[
used
]
static
VERY_IMPORTANT_SYMBOL
:
u32
=
12345
;