Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
constant_user_defined_type.tag.compat.c
blob: 3cf3e600c342c61de58271b775e0a44321fcad18 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
enum
E
{
V
,
};
struct
S
{
uint8_t
field
;
};
typedef
uint8_t
A
;
#define
C1
(
S
){
.
field
=
0
}
#define
C2 V
#define
C3
0