Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
incremental
/
change_crate_order
/
auxiliary
/
a.rs
blob: 1bd48714ac99c57068322de2638d80afe8c43907 [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
pub
static
A
:
u32
=
32
;