Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
auxiliary
/
msvc-data-only-lib.rs
blob: b8a8f905e8b54483e5e916fc2986b120a405d9f2 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
pub
static
FOO
:
i32
=
42
;