Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
workspace.both.c
blob: 3aa658394e51a065c2006893f1d6a0b61bad3d38 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#define
EXT_CONST
0
typedef
struct
ExtType
{
uint32_t
data
;
}
ExtType
;
void
consume_ext
(
struct
ExtType
_ext
);