Sign in
android
/
platform
/
external
/
rust
/
crates
/
linkme
/
refs/heads/android15-tests-dev
/
.
/
tests
/
ui
/
mutable.rs
blob: 39db0d011a46cf26d2f61665b94a6722693e2754 [
file
] [
log
] [
blame
] [
edit
]
#![
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
()
{}