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;
};