Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
static
/
auxiliary
/
extern-statics.rs
blob: c090bc79fce83b2c6d145b8458d5debc07617bb6 [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
{
pub
static
XA
:
u8
;
pub
static
mut
XB
:
u8
;
}