Sign in
third-party-mirror
/
cbindgen
/
1f32778f219c6898ee4e83e77a24211565ea817d
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
bitfield.c
blob: d54fa5ac018d40bcafe993c2285aa073313d546d [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
{
uint64_t
foo
:
8
;
uint64_t
bar
:
56
;
}
HasBitfields
;
void
root
(
const
HasBitfields
*);