Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
bitfield-linux-32.hpp
blob: 71ee6a7e1d7fee2844d5c16328a96549a129b105 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --no-layout-tests -- --target=i586-unknown-linux
typedef
unsigned
long
long
uint64_t
;
struct
Test
{
uint64_t
foo
;
uint64_t
x
:
56
;
uint64_t
y
:
8
;
};