1303980Sngie/* Allow packed c99 flexible arrays */
2303980Sngiestruct {
3303980Sngie	int x;
4303980Sngie	char y[0];
5303980Sngie} __packed foo;
6303980Sngie
7