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
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_cast_fun_array_param.c
blob
345c7835d3bff27d2c68ffd798299ce759bf42d6
1
2
static void
f
(
void
*
b
[
4
]) {
3
(
void
)&
b
;
4
}
5
6
void
*
7
foo
(
void
*
fn
) {
8
return
fn
==
0
?
f
: (
void
(*)(
void
*[
4
]))
fn
;
9
}