xref
: /
minix3
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_zero_sized_arrays.c
(revision 11be35a165022172ed3cea20f2b5df0307540b0e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
foo
{
2
int
a
[0];
3
};
4