]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/netbsd-tests/usr.bin/xlint/lint1/d_c99_flex_array_packed.c
MFC r305358,r305449,r305451,r306367,r306397,r309474:
[FreeBSD/stable/10.git] / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_c99_flex_array_packed.c
1 /* Allow packed c99 flexible arrays */
2 struct {
3         int x;
4         char y[0];
5 } __packed foo;
6