blob: b68e933954c74148bddd79eb38ee86a069bbe2a4 [file] [log] [blame]
#include <stdint.h>
typedef struct foo {
uint8_t a;
uint16_t b;
uint8_t tailallocatedarray[0];
} foo;