Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
global_variable.rs
blob: 5fb85727721242a83f00d4c0bb5b1c2af062545b [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
static
mut
MUT_GLOBAL_ARRAY
:
[
c_char
;
128
]
=
[
0
;
128
];
#[
no_mangle
]
pub
static
CONST_GLOBAL_ARRAY
:
[
c_char
;
128
]
=
[
0
;
128
];