Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
namespace_constant.c
blob: cb6f6cf25b7ded3186b85461354c05a5ad7fe416 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#define
FOO
10
#define
ZOM
3.14
typedef
struct
{
int32_t
x
[
FOO
];
}
Foo
;
void
root
(
Foo
x
);