Newer
Older
UbixOS / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_c99_flex_array_packed.c
@Charlie Root Charlie Root on 31 Dec 2017 85 bytes More Cleanup
/* Allow packed c99 flexible arrays */
struct {
	int x;
	char y[0];
} __packed foo;