index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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;