#include <stdint.h>

typedef struct {
  uint16_t b;
  uint8_t a;
}  sometype;
