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