Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
85bb3a8498974be05b5dc262f1060b661ea3a2d8
/
.
/
crates
/
linkme
/
tests
/
ui
/
mutable.rs
blob: 42abc8c2d82ccfa07b3a411cf7348d1f919e5e35 [
file
] [
log
] [
blame
]
#![
cfg_attr
(
feature
=
"used_linker"
,
feature
(
used_with_arg
))]
use
linkme
::
distributed_slice
;
#[
distributed_slice
]
pub
static
mut
SLICE
:
[
i32
];
#[
distributed_slice
(
BENCHMARKS
)]
static
mut
ELEMENT
:
i32
=
-
1
;
fn
main
()
{}