Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
namespaces_constant.both.c
blob: 853713a509a469daffbf2fb40895cdf36d5a73d2 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#define
FOO
10
#define
ZOM
3.14
typedef
struct
Foo
{
int32_t
x
[
FOO
];
}
Foo
;
void
root
(
struct
Foo
x
);