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
/
ui
/
auxiliary
/
msvc-data-only-lib.rs
blob: ccaa6d8edcf9a35c216a0362f7c174237b47438b (
plain
)
1
2
3
4
5
// no-prefer-dynamic
#![crate_type =
"rlib"
]
pub
static
FOO
:
i32
=
42
;