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
/
used.rs
blob: dca0a5e1167a81685f29d467acc0e1f82bce0c24 (
plain
)
1
2
3
4
5
6
#![crate_type =
"lib"
]
#[used]
static
FOO
:
u32
=
0
;
static
BAR
:
u32
=
0
;