Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
global_variable.c
blob: 2c165e31e8f03e5b1b446ef433019213346ddc3c [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
extern
char
MUT_GLOBAL_ARRAY
[
128
];
extern
const
char
CONST_GLOBAL_ARRAY
[
128
];