Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
refs/heads/upstream
/
.
/
tests
/
expectations
/
bitfield.c
blob: d54fa5ac018d40bcafe993c2285aa073313d546d [
file
] [
log
] [
blame
] [
edit
]
#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
*);