repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
parentype.c
blob
c0a9f59612d752bceec4fd1369fcdffd94dfedcc
1
int
f
(
void
)
2
{
3
double
(*
y
)[
3
];
4
double
z
[
3
];
5
6
y
= &
z
;
/* line 6 */
7
return
0
;
8
}