struct MyTightlyPackedStruct {
	const char i[] = "abcdefg";
	char sentinel
} __attribute__((packed));

signed main(){

}