index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
used-cdylib-macos
/
dylib_used.rs
blob: 85f0ff92fe7301be3469e3f18aa2067d13e59032 (
plain
)
1
2
3
4
#![crate_type =
"cdylib"
]
#[used]
static
VERY_IMPORTANT_SYMBOL
:
u32
=
12345
;