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*);