summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/d_c99_flex_array_packed.c
blob: e7b875617131328db3c0e8babe407862a617a6a9 (plain)
1
2
3
4
5
6
/* Allow packed c99 flexible arrays */
struct {
	int x;
	char y[0];
} __packed foo;