repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_flex_array_packed.c
blob
e7b875617131328db3c0e8babe407862a617a6a9
1
/* Allow packed c99 flexible arrays */
2
struct
{
3
int
x
;
4
char
y
[
0
];
5
}
__packed foo
;
6